| 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 2ae4ba04c22270eb5be345993a3db4013a046f59..673fe96bfc8333cfc2b50601a742ca2f55c1649e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -296,19 +296,6 @@ class XMLHttpRequest;
|
| void windowCreated(LocalFrame* opener, LocalFrame* created);
|
| }
|
|
|
| -interface InspectorConsoleInstrumentation {
|
| -
|
| -#include "core/inspector/ScriptArguments.h"
|
| -
|
| -class ConsoleMessage;
|
| -
|
| - [Console]
|
| - void addMessageToConsole(ExecutionContext* context, ConsoleMessage* consoleMessage);
|
| -
|
| - [Console]
|
| - void consoleMessagesCleared(ExecutionContext* context);
|
| -}
|
| -
|
| interface InspectorOverrides {
|
| [CSS]
|
| bool forcePseudoState([Keep] Element* element, CSSSelector::PseudoType pseudoState);
|
|
|