Index: third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js |
index 4f9a9301473330947abf40a1bd4602b4e9bc5b11..d80d6b71facc4354f0735d7405b851bad238a712 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js |
@@ -184,6 +184,11 @@ WebInspector.RuntimeModel.prototype = { |
return new WebInspector.RemoteObjectProperty(name, this.createRemoteObjectFromPrimitiveValue(value)); |
}, |
+ discardConsoleEntries: function() |
+ { |
+ this._agent.discardConsoleEntries(); |
+ }, |
+ |
/** |
* @param {!WebInspector.Event} event |
*/ |