| 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 f37ef97366a0a8eb571b06d35b3864a3405c2f3a..34f87340e3cd3489c7bcda075d468ab4510e8b4b 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();
|
|
|
|
|