| Index: Source/devtools/front_end/externs.js
|
| diff --git a/Source/devtools/front_end/externs.js b/Source/devtools/front_end/externs.js
|
| index 6a93aa3b31233007266352e508956be406726c53..1e5291faaad77908b19cc123617cf25a055076d7 100644
|
| --- a/Source/devtools/front_end/externs.js
|
| +++ b/Source/devtools/front_end/externs.js
|
| @@ -222,7 +222,7 @@ InspectorFrontendHostAPI.prototype.append = function(url, content, callback) {}
|
| /** @param {Function=} callback callback */
|
| InspectorFrontendHostAPI.prototype.indexPath = function(requestId, fileSystemPath, callback) {}
|
| /** @param {Function=} callback callback */
|
| -InspectorFrontendHostAPI.prototype.setWindowBounds = function(x, y, callback) {}
|
| +InspectorFrontendHostAPI.prototype.setContentsOffsets = function(left, top, right, bottom, callback) {}
|
| /** @param {Function=} callback callback */
|
| InspectorFrontendHostAPI.prototype.moveWindowBy = function(x, y, callback) {}
|
| /** @param {Function=} callback callback */
|
|
|