зеркало из https://github.com/mozilla/gecko-dev.git
bug 580128 - The window is named Window, not WindowProxy. r=gal
This commit is contained in:
Родитель
5932763483
Коммит
9d595867c4
|
@ -665,7 +665,7 @@ nsOuterWindowProxy::obj_toString(JSContext *cx, JSObject *proxy)
|
|||
{
|
||||
JS_ASSERT(proxy->isProxy());
|
||||
|
||||
return JS_NewStringCopyZ(cx, "[object WindowProxy]");
|
||||
return JS_NewStringCopyZ(cx, "[object Window]");
|
||||
}
|
||||
|
||||
nsOuterWindowProxy
|
||||
|
|
Загрузка…
Ссылка в новой задаче