| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 46510033a27f038f44c13c8de13248865c16f894..7ddb77859e06b5fbcf0afe939ea0cd4f6088d8a8 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -279,7 +279,8 @@ class CORE_EXPORT ChromeClient : public HostWindow {
|
| HTMLDialog = 3
|
| };
|
| virtual bool shouldOpenModalDialogDuringPageDismissal(
|
| - const DialogType&,
|
| + LocalFrame&,
|
| + DialogType,
|
| const String&,
|
| Document::PageDismissalType) const {
|
| return true;
|
|
|