зеркало из https://github.com/mozilla/gecko-dev.git
Removing unused code. Bug 303102, r+sr=jst
This commit is contained in:
Родитель
3a2d85fe19
Коммит
e0e18d1e36
|
@ -2123,11 +2123,3 @@ nsWindowWatcher::GetJSContextFromWindow(nsIDOMWindow *aWindow)
|
|||
|
||||
return cx;
|
||||
}
|
||||
|
||||
JSObject *
|
||||
nsWindowWatcher::GetWindowScriptObject(nsIDOMWindow *inWindow)
|
||||
{
|
||||
nsCOMPtr<nsIScriptGlobalObject> scriptGlobal(do_QueryInterface(inWindow));
|
||||
return scriptGlobal ? scriptGlobal->GetGlobalJSObject() : 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -119,7 +119,6 @@ private:
|
|||
nsIDocShellTreeItem **outTreeItem);
|
||||
static void GetWindowTreeOwner(nsIDOMWindow *inWindow,
|
||||
nsIDocShellTreeOwner **outTreeOwner);
|
||||
static JSObject *GetWindowScriptObject(nsIDOMWindow *inWindow);
|
||||
|
||||
nsVoidArray mEnumeratorList;
|
||||
nsWatcherWindowEntry *mOldestWindow;
|
||||
|
|
Загрузка…
Ссылка в новой задаче