Bug 965920, part3b - Add mozilla namespace to StaticRefPtr on this CLOSED TREE. r=bustage

This commit is contained in:
Andrew McCreight 2014-02-04 20:09:26 -08:00
Родитель ac7cc7ff07
Коммит 3cf44e3588
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()