Index: Source/core/html/parser/XSSAuditorDelegate.cpp |
diff --git a/Source/core/html/parser/XSSAuditorDelegate.cpp b/Source/core/html/parser/XSSAuditorDelegate.cpp |
index 9b329e85ccd21ed6baab7429d383aab1bfb7dc9c..0f50eb46f5aefd03c0377271fbfea126675afa75 100644 |
--- a/Source/core/html/parser/XSSAuditorDelegate.cpp |
+++ b/Source/core/html/parser/XSSAuditorDelegate.cpp |
@@ -116,7 +116,7 @@ void XSSAuditorDelegate::didBlockScript(const XSSInfo& xssInfo) |
} |
if (xssInfo.m_didBlockEntirePage) |
- m_document->frame()->navigationScheduler().scheduleLocationChange(m_document, SecurityOrigin::urlWithUniqueSecurityOrigin(), Referrer()); |
+ m_document->frame()->navigationScheduler().schedulePageBlock(m_document, Referrer()); |
Nate Chapin
2014/07/14 19:26:40
lockBackForwardList is an optional parameter that'
Tom Sepez
2014/07/14 19:45:49
Yes. Existing logic further down the line override
|
} |
} // namespace WebCore |