| Index: Source/core/frame/Location.cpp
|
| diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp
|
| index 0b7854c89f2dd33c9d757cffbd70613f4b18709c..d5c644c04f5fe10efc8b62da04fddcbe53c7806f 100644
|
| --- a/Source/core/frame/Location.cpp
|
| +++ b/Source/core/frame/Location.cpp
|
| @@ -237,7 +237,7 @@ void Location::reload(DOMWindow* activeWindow)
|
| return;
|
| if (protocolIsJavaScript(m_frame->document()->url()))
|
| return;
|
| - m_frame->navigationScheduler()->scheduleRefresh();
|
| + m_frame->navigationScheduler().scheduleRefresh();
|
| }
|
|
|
| void Location::setLocation(const String& url, DOMWindow* activeWindow, DOMWindow* firstWindow)
|
|
|