| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 581e3c8677be81c614656e545dee6764370ad140..85f2e2380244e036a1ad898922bbd9acf1fd3924 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -70,7 +70,6 @@ class WebURL;
|
| class WebURLRequest;
|
| class WebView;
|
| enum class WebSandboxFlags;
|
| -struct WebConsoleMessage;
|
| struct WebFrameOwnerProperties;
|
| struct WebPrintParams;
|
| struct WebRect;
|
| @@ -272,9 +271,6 @@ class WebFrame {
|
| virtual void setIsolatedWorldContentSecurityPolicy(int worldID,
|
| const WebString&) = 0;
|
|
|
| - // Logs to the console associated with this frame.
|
| - virtual void addMessageToConsole(const WebConsoleMessage&) = 0;
|
| -
|
| // Calls window.gc() if it is defined.
|
| virtual void collectGarbage() = 0;
|
|
|
|
|