| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 42cc986becc807b33533f40fcdc5ec35cdbf4ac4..78c4763b9393a4fd986874528bed3bbf8420d593 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -75,7 +75,6 @@ private:
|
| static void setMonitorEventsCallback(const v8::FunctionCallbackInfo<v8::Value>&, bool enabled);
|
| static void monitorEventsCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void unmonitorEventsCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void logCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|
| static void getEventListenersCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|
|
|