Index: Source/web/WebFrameImpl.cpp |
diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
index f19c80e9365778e5d3207f124906899066edb757..3e6c4fd802991fdbb56f0d97e9f97b1d86aed161 100644 |
--- a/Source/web/WebFrameImpl.cpp |
+++ b/Source/web/WebFrameImpl.cpp |
@@ -2502,7 +2502,7 @@ void WebFrameImpl::loadJavaScriptURL(const KURL& url) |
if (!result.getString(scriptResult)) |
return; |
- if (!frame()->navigationScheduler()->locationChangePending()) |
+ if (!frame()->navigationScheduler().locationChangePending()) |
frame()->document()->loader()->replaceDocument(scriptResult, ownerDocument.get()); |
} |