Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js |
index 5aab32c90cf254e3c782411ab7eaa4911d97ab95..f6b73730f805cb1ff8a21d5f49d992c6a815cf99 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js |
+++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js |
@@ -986,6 +986,14 @@ InjectedScript.prototype = { |
}, |
/** |
+ * @return {!CommandLineAPI} |
+ */ |
+ commandLineAPI: function() |
+ { |
+ return new CommandLineAPI(this._commandLineAPIImpl, null); |
+ }, |
+ |
+ /** |
* @param {!JavaScriptCallFrame} topCallFrame |
* @param {string} callFrameId |
* @return {?JavaScriptCallFrame} |