| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index fc335f7983d673c3cb89d1986a8714fc20de641b..412c9b662bfd1909324d4aa0515cde9a24170ce8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -63,6 +63,7 @@ interface InspectorInstrumentation {
|
| #include "core/dom/CharacterData.h"
|
| #include "core/dom/PseudoElement.h"
|
|
|
| +class ConsoleMessage;
|
| class ThreadableLoaderClient;
|
| class WebSocketHandshakeRequest;
|
| class WebSocketHandshakeResponse;
|
| @@ -290,6 +291,9 @@ class XMLHttpRequest;
|
|
|
| [Page]
|
| void windowCreated(LocalFrame* opener, LocalFrame* created);
|
| +
|
| + [Log]
|
| + void consoleMessageAdded(ExecutionContext*, ConsoleMessage*);
|
| }
|
|
|
| interface InspectorOverrides {
|
|
|