| Index: inspector/InjectedScriptHost.idl
|
| ===================================================================
|
| --- inspector/InjectedScriptHost.idl (revision 53180)
|
| +++ inspector/InjectedScriptHost.idl (working copy)
|
| @@ -32,14 +32,10 @@
|
|
|
| module core {
|
| interface [Conditional=INSPECTOR] InjectedScriptHost {
|
| - [Custom] DOMWindow inspectedWindow();
|
| - [Custom] DOMObject wrapCallback(in DOMObject callback);
|
| void clearConsoleMessages();
|
|
|
| void copyText(in DOMString text);
|
| [Custom] DOMObject nodeForId(in long nodeId);
|
| - [Custom] long wrapObject(in DOMObject object, in DOMString objectGroup);
|
| - [Custom] DOMObject unwrapObject(in long objectId);
|
| [Custom] int pushNodePathToFrontend(in DOMObject node, in boolean withChildren, in boolean selectInUI);
|
|
|
| void addNodesToSearchResult(in DOMString nodeIds);
|
|
|