| Index: third_party/WebKit/Source/devtools/front_end/devtools.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/devtools.js b/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| index 7ccf4487f8fe281a550ccdcfb5380983e7382f0a..8733c4a9492bf474e7ae78a0b08fb083a84232a5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| @@ -161,6 +161,15 @@ DevToolsAPIImpl.prototype = {
|
| },
|
|
|
| /**
|
| + * @param {number} callId
|
| + * @param {string} script
|
| + */
|
| + evaluateForTestInFrontend: function(callId, script)
|
| + {
|
| + this._dispatchOnInspectorFrontendAPI("evaluateForTestInFrontend", [callId, script]);
|
| + },
|
| +
|
| + /**
|
| * @param {!Array.<!{fileSystemName: string, rootURL: string, fileSystemPath: string}>} fileSystems
|
| */
|
| fileSystemsLoaded: function(fileSystems)
|
|
|