| Index: Source/devtools/front_end/host/ToolboxHost.js
|
| diff --git a/Source/devtools/front_end/host/ToolboxHost.js b/Source/devtools/front_end/host/ToolboxHost.js
|
| index aceca16c7e7bb3cdd99b1295f98ed235b8d12c58..75e973fd3fc0843e7900d81e605abbba7760992d 100644
|
| --- a/Source/devtools/front_end/host/ToolboxHost.js
|
| +++ b/Source/devtools/front_end/host/ToolboxHost.js
|
| @@ -9,12 +9,7 @@ WebInspector.ToolboxHost = function() {}
|
|
|
| WebInspector.ToolboxHost.prototype = {
|
| /**
|
| - * @param {!Element} rootElement
|
| + * @param {!Document} document
|
| */
|
| - toolboxLoaded: function(rootElement) {},
|
| -
|
| - /**
|
| - * @return {!InspectorFrontendHostAPI}
|
| - */
|
| - inspectorFrontendHost: function() {}
|
| + toolboxLoaded: function(document) {}
|
| }
|
|
|