| 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()))
|
|
|