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

Unified Diff: Source/core/frame/Location.cpp

Issue 722233005: Debug printf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « no previous file | Source/core/html/HTMLMarqueeElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Location.cpp
diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp
index 534771789309d5acbbf0c39d83a289cbc3e1749f..a3acb113c4d87128a8b6002ff1ac0b9cf58c2ae3 100644
--- a/Source/core/frame/Location.cpp
+++ b/Source/core/frame/Location.cpp
@@ -241,6 +241,7 @@ void Location::replace(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWin
void Location::reload(LocalDOMWindow* callingWindow)
{
+ printf("reload\n"); fflush(stdout);
if (!m_frame)
return;
if (protocolIsJavaScript(m_frame->document()->url()))
« no previous file with comments | « no previous file | Source/core/html/HTMLMarqueeElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698