Bug 1612384 - Remove mozJSComponentLoader::CompilationScope(). r=kmag

It is unused.

Differential Revision: https://phabricator.services.mozilla.com/D61314

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew McCreight 2020-01-30 19:35:49 +00:00
Родитель f381e0c275
Коммит a4cdc71de2
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -86,13 +86,6 @@ class mozJSComponentLoader final {
friend class XPCJSRuntime;
JSObject* CompilationScope(JSContext* aCx) {
if (mLoaderGlobal) {
return mLoaderGlobal;
}
return GetSharedGlobal(aCx);
}
private:
static mozilla::StaticRefPtr<mozJSComponentLoader> sSelf;