| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index d0ea1220b29a82ae9b612382c20005102f4da124..b604c2022bb2e09806530d245f133e1f74c95137 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -31,6 +31,7 @@ class WebScriptExecutionCallback;
|
| enum class WebCachePolicy;
|
| enum class WebSandboxFlags;
|
| enum class WebTreeScopeType;
|
| +struct WebConsoleMessage;
|
| struct WebFindOptions;
|
| struct WebFloatRect;
|
| struct WebPrintPresetOptions;
|
| @@ -226,6 +227,9 @@ class WebLocalFrame : public WebFrame {
|
| virtual void setIsolatedWorldHumanReadableName(int worldID,
|
| const WebString&) = 0;
|
|
|
| + // Logs to the console associated with this frame.
|
| + virtual void addMessageToConsole(const WebConsoleMessage&) = 0;
|
| +
|
| // Editing -------------------------------------------------------------
|
|
|
| virtual void setMarkedText(const WebString& text,
|
|
|