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