| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 09258bb36bacb60c3e654fa772a2d10a434aa623..a9cac4528bdf6ee84a93e7b1205ffd4edd5d1c19 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -36,6 +36,7 @@
|
| #include "core/InspectorFrontend.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/InspectorResourceContentLoader.h"
|
| +#include "core/page/ChromeClient.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -112,8 +113,8 @@ public:
|
| void frameStoppedLoading(LocalFrame*);
|
| void frameScheduledNavigation(LocalFrame*, double delay);
|
| void frameClearedScheduledNavigation(LocalFrame*);
|
| - void willRunJavaScriptDialog(const String& message);
|
| - void didRunJavaScriptDialog();
|
| + void willRunJavaScriptDialog(const String& message, ChromeClient::DialogType);
|
| + void didRunJavaScriptDialog(bool result);
|
| void didLayout();
|
| void didScroll();
|
| void didResizeMainFrame();
|
|
|