Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(689)

Unified Diff: Source/core/page/History.cpp

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/FrameTree.cpp ('k') | Source/core/page/Location.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/page/FrameTree.cpp ('k') | Source/core/page/Location.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698