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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp

Issue 2653673006: Move loadType() to DocumentLoader (Closed)
Patch Set: Move loadType() to DocumentLoader Created 3 years, 11 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
index 1e48d72ae88abe0defac68239a372f59222960a8..32542299e9240826aac0c28a979b3dac502daf10 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
@@ -298,7 +298,7 @@ bool ScriptController::executeScriptIfJavaScriptURL(const KURL& url,
frame()->loader().stateMachine()->isDisplayingInitialEmptyDocument() &&
!frame()->isLoading();
if (progressNotificationsNeeded)
- frame()->loader().progress().progressStarted();
+ frame()->loader().progress().progressStarted(FrameLoadTypeStandard);
Document* ownerDocument = frame()->document();

Powered by Google App Engine
This is Rietveld 408576698