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:
Jeff Walden 2011-12-15 03:48:09 -05:00
parent 978851daab
commit 5e55e4e6a0

View File

@ -53,8 +53,8 @@
class nsIContent;
class nsPresContext;
class JSContext;
class JSObject;
struct JSContext;
struct JSObject;
class nsDOMEvent : public nsIDOMEvent,
public nsIDOMNSEvent,