Index: Source/core/page/History.cpp |
diff --git a/Source/core/page/History.cpp b/Source/core/page/History.cpp |
index d53e9ce95c13353d27103053b45ae778fc6c6015..727f3d01d7817a13fa77ae92ac0b4cdf14938aa1 100644 |
--- a/Source/core/page/History.cpp |
+++ b/Source/core/page/History.cpp |
@@ -142,7 +142,7 @@ void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const Str |
{ |
if (!m_frame || !m_frame->page()) |
return; |
- |
+ |
KURL fullURL = urlForState(urlString); |
if (!fullURL.isValid() || !m_frame->document()->securityOrigin()->canRequest(fullURL)) { |
ec = SecurityError; |