mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Duh! (typo in the fix for bug 95840).
This commit is contained in:
parent
18ec8e1c10
commit
26b8765209
@ -2247,7 +2247,7 @@ nsWindowSH::doCheckReadAccess(JSContext *cx, JSObject *obj, jsval id,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
PRBool isLocation = STRING_TO_JSVAL(sLocation_id);
|
||||
PRBool isLocation = (id == STRING_TO_JSVAL(sLocation_id));
|
||||
|
||||
nsCOMPtr<nsISupports> native;
|
||||
wrapper->GetNative(getter_AddRefs(native));
|
||||
|
Loading…
x
Reference in New Issue
Block a user