| Index: third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.h b/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.h
|
| index 59cef532c263ec8e079fa38f7d28259db2458c0c..90de26154b5988d121d02fde29205116a6401e71 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.h
|
| @@ -70,7 +70,6 @@ public:
|
| V8MessageOrigin origin() const;
|
| void reportToFrontend(protocol::Console::Frontend*, V8InspectorSessionImpl*, bool generatePreview) const;
|
| void reportToFrontend(protocol::Runtime::Frontend*, V8InspectorSessionImpl*, bool generatePreview) const;
|
| - unsigned argumentCount() const;
|
| ConsoleAPIType type() const;
|
| void contextDestroyed(int contextId);
|
|
|
|
|