232327 - Use valid JS in our javascript: URL wrapping around window._content

r=shaver sr=brendan
This commit is contained in:
caillon%returnzero.com 2004-01-27 19:51:31 +00:00
Родитель c002e90afe
Коммит 1fdc80c982
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4181,7 +4181,7 @@ nsWindowSH::NewResolve(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
0,
nsnull,
NS_LITERAL_STRING("return this.content;"),
"javascript:return this.content; // See " __FILE__,
"javascript:this.content; // See " __FILE__,
1, // lineno
PR_FALSE,
(void **) &getterObj);