mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 965920, part3b - Add mozilla namespace to StaticRefPtr on this CLOSED TREE. r=bustage
This commit is contained in:
parent
2dc923d586
commit
22e6b16ac5
@ -224,7 +224,7 @@ NS_IMPL_RELEASE(SharedScriptableHelperForJSIID)
|
||||
nsIXPCScriptable::ALLOW_PROP_MODS_DURING_RESOLVE
|
||||
#include "xpc_map_end.h" /* This will #undef the above */
|
||||
|
||||
static StaticRefPtr<nsIXPCScriptable> gSharedScriptableHelperForJSIID;
|
||||
static mozilla::StaticRefPtr<nsIXPCScriptable> gSharedScriptableHelperForJSIID;
|
||||
static bool gClassObjectsWereInited = false;
|
||||
|
||||
static void EnsureClassObjectsInitialized()
|
||||
|
Loading…
Reference in New Issue
Block a user