Index: Source/WebCore/html/parser/XSSAuditor.cpp |
=================================================================== |
--- Source/WebCore/html/parser/XSSAuditor.cpp (revision 143507) |
+++ Source/WebCore/html/parser/XSSAuditor.cpp (working copy) |
@@ -318,7 +318,7 @@ |
} |
if (didBlockEntirePage) |
- m_parser->document()->frame()->navigationScheduler()->scheduleLocationChange(m_parser->document()->securityOrigin(), blankURL(), String()); |
+ m_parser->document()->frame()->navigationScheduler()->scheduleLocationChange(m_parser->document()->securityOrigin(), blankURL(), blankURL()); |
} |
} |