| 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 11613071e49f2b55563783b7224a6fd23309060d..944103fb885492e1bdfa99033fd18bbe26cc6e76 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -308,19 +308,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);
|
|
|