| Index: third_party/WebKit/Source/core/frame/FrameConsole.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameConsole.h b/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| index 637f11f2abb269cef0bcfce5aafbb5b5259194a9..774498c276eff10066ba1b540d1ee9e60f9cfd10 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| @@ -56,10 +56,6 @@ class CORE_EXPORT FrameConsole final
|
| }
|
|
|
| void AddMessage(ConsoleMessage*);
|
| - void AddMessageFromWorker(MessageLevel,
|
| - const String& message,
|
| - std::unique_ptr<SourceLocation>,
|
| - const String& worker_id);
|
|
|
| // Show the specified ConsoleMessage only if the frame haven't shown a message
|
| // same as ConsoleMessage::messsage().
|
|
|