| 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 4a354bc7fb70624629aa131c0352746359a4041c..a9723f53be038af1051d432d16b0f7dfed194273 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| @@ -491,7 +491,7 @@ bool ScriptController::executeScriptIfJavaScriptURL(const KURL& url)
|
|
|
| bool progressNotificationsNeeded = frame()->loader().stateMachine()->isDisplayingInitialEmptyDocument() && !frame()->isLoading();
|
| if (progressNotificationsNeeded)
|
| - frame()->loader().progress().progressStarted();
|
| + frame()->loader().progress().progressStarted(true);
|
|
|
| // We need to hold onto the LocalFrame here because executing script can
|
| // destroy the frame.
|
|
|