mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
s/class (JSObject|JSContext)/struct \1/g in nsDOMEvent.h, silencing a ton of warnings on Windows, and I think with Clang too. No bug, r=sparky
--HG-- extra : rebase_source : 638832bde6c6a2c7095213856ae4a127c9bee218
This commit is contained in:
parent
978851daab
commit
5e55e4e6a0
@ -53,8 +53,8 @@
|
||||
|
||||
class nsIContent;
|
||||
class nsPresContext;
|
||||
class JSContext;
|
||||
class JSObject;
|
||||
struct JSContext;
|
||||
struct JSObject;
|
||||
|
||||
class nsDOMEvent : public nsIDOMEvent,
|
||||
public nsIDOMNSEvent,
|
||||
|
Loading…
Reference in New Issue
Block a user