Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence

This commit is contained in:
Steve Fink
2012-12-31 12:40:21 -08:00
parent 0016339cd3
commit 466f61a3c6
52 changed files with 235 additions and 207 deletions

View File

@@ -17,7 +17,7 @@ class nsIScriptGlobalObjectOwner;
class nsIArray;
class nsScriptErrorEvent;
class nsIScriptGlobalObject;
struct JSObject; // until we finally remove GetGlobalJSObject...
class JSObject; // until we finally remove GetGlobalJSObject...
// XXXbz can we just remove all this script type id stuff?
// Some helpers for working with integer "script type IDs", and specifically