diff --git a/js/xpconnect/src/XPCJSID.cpp b/js/xpconnect/src/XPCJSID.cpp index 0defedc5ae27..22d076dae731 100644 --- a/js/xpconnect/src/XPCJSID.cpp +++ b/js/xpconnect/src/XPCJSID.cpp @@ -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 gSharedScriptableHelperForJSIID; +static mozilla::StaticRefPtr gSharedScriptableHelperForJSIID; static bool gClassObjectsWereInited = false; static void EnsureClassObjectsInitialized()