Index: Source/core/html/parser/XSSAuditorDelegate.cpp |
diff --git a/Source/core/html/parser/XSSAuditorDelegate.cpp b/Source/core/html/parser/XSSAuditorDelegate.cpp |
index 3ca933955cc031a7b7215417d9d8af06c90ae275..975ff8a3bbb9d1e78c70b5d4c65f85ac3e85bc47 100644 |
--- a/Source/core/html/parser/XSSAuditorDelegate.cpp |
+++ b/Source/core/html/parser/XSSAuditorDelegate.cpp |
@@ -121,7 +121,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()); |
} |
} // namespace WebCore |