| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 0bd2249f7757837cd8d817c4ccc4bf2a8d07372c..a031178fd228e8b935bea53a4f102ea478b46a49 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -179,7 +179,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| DOMWindow* pagePopupWindowForTesting() const override;
|
|
|
| bool shouldOpenModalDialogDuringPageDismissal(
|
| - const DialogType&,
|
| + LocalFrame&,
|
| + DialogType,
|
| const String& dialogMessage,
|
| Document::PageDismissalType) const override;
|
|
|
|
|