зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1492014 remove unused Console::GetParentObject() r=baku
WebIDL bindings do not need this method because console is a namespace. All methods are static. Depends on D6104 Differential Revision: https://phabricator.services.mozilla.com/D6105
This commit is contained in:
Родитель
a55913cf8b
Коммит
887c196e5b
|
@ -48,12 +48,6 @@ public:
|
||||||
CreateForWorklet(JSContext* aCx, uint64_t aOuterWindowID,
|
CreateForWorklet(JSContext* aCx, uint64_t aOuterWindowID,
|
||||||
uint64_t aInnerWindowID, ErrorResult& aRv);
|
uint64_t aInnerWindowID, ErrorResult& aRv);
|
||||||
|
|
||||||
// WebIDL methods
|
|
||||||
nsPIDOMWindowInner* GetParentObject() const
|
|
||||||
{
|
|
||||||
return mWindow;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
Log(const GlobalObject& aGlobal, const Sequence<JS::Value>& aData);
|
Log(const GlobalObject& aGlobal, const Sequence<JS::Value>& aData);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче