| Index: third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| index dd75c5daae1fbcb830b111b104382efebc578db8..83303b7ea784f81c06ce8fd92710b35fce3bb351 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| @@ -414,7 +414,7 @@ void HTMLFormElement::scheduleFormSubmission(FormSubmission* submission) {
|
| submission->action()))
|
| return;
|
| document().frame()->script().executeScriptIfJavaScriptURL(
|
| - submission->action());
|
| + submission->action(), this);
|
| return;
|
| }
|
|
|
|
|