mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Forward declare JSContext as struct in the profiler code in order to avoid compiler warnings, no bug
This commit is contained in:
parent
75d0c15526
commit
2df1c5ef16
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user