Forward declare JSContext as struct in the profiler code in order to avoid compiler warnings, no bug

This commit is contained in:
Ehsan Akhgari 2013-01-16 08:11:44 -05:00
parent 84d3a15daf
commit 23e0c8958a

View File

@ -10,7 +10,7 @@
class JSCustomObject;
class JSCustomObjectBuilder;
class JSContext;
struct JSContext;
class nsAString;
/* this is handy wrapper around JSAPI to make it more pleasant to use.