Make sure to init mValidateOrigin in the constructor. Bug 234030, patch by
Malcolm Rowe <malcolm-bmo@farside.org.uk>, r=peterv, sr=bzbarsky git-svn-id: svn://10.0.0.236/trunk@153165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -237,9 +237,10 @@ nsDocShell::nsDocShell():
|
||||
mFiredUnloadEvent(PR_FALSE),
|
||||
mEODForCurrentDocument(PR_FALSE),
|
||||
mURIResultedInDocument(PR_FALSE),
|
||||
mDisallowPopupWindows(PR_FALSE),
|
||||
mUseExternalProtocolHandler(PR_FALSE),
|
||||
mIsBeingDestroyed(PR_FALSE),
|
||||
mUseExternalProtocolHandler(PR_FALSE),
|
||||
mDisallowPopupWindows(PR_FALSE),
|
||||
mValidateOrigin(PR_FALSE),
|
||||
mIsExecutingOnLoadHandler(PR_FALSE),
|
||||
mIsPrintingOrPP(PR_FALSE),
|
||||
mEditorData(nsnull),
|
||||
|
||||
Reference in New Issue
Block a user