Commit 1a72b516 authored by Jeff Walden's avatar Jeff Walden
Browse files

s/class (JSObject|JSContext)/struct \1/g in nsDOMEvent.h, silencing a ton of...

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
parent a30794f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@

class nsIContent;
class nsPresContext;
class JSContext;
class JSObject;
struct JSContext;
struct JSObject;
 
class nsDOMEvent : public nsIDOMEvent,
                   public nsIDOMNSEvent,