Bug 215895.

Debugger shows nsDOMClassInfo.cpp as a loaded script.
r=jst@netscape.com
sr=brendan@mozilla.org
a=asa@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@146024 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
caillon%returnzero.com
2003-08-14 23:45:45 +00:00
parent c32b927930
commit eec2d6c1a5

View File

@@ -4124,8 +4124,8 @@ nsWindowSH::NewResolve(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
0,
nsnull,
NS_LITERAL_STRING("return this.content;"),
__FILE__,
__LINE__ - 2,
"javascript:return this.content; // See " __FILE__,
1, // lineno
PR_FALSE,
(void **) &getterObj);
NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && getterObj, NS_ERROR_FAILURE);