| Index: core/inspector/InjectedScriptHost.idl
|
| diff --git a/core/inspector/InjectedScriptHost.idl b/core/inspector/InjectedScriptHost.idl
|
| index 87dc9d8cb39573f1761decfb59e65b7a91b889fe..77e4cbe5cfa1961328c5a54cda599fe215ac1bf0 100644
|
| --- a/core/inspector/InjectedScriptHost.idl
|
| +++ b/core/inspector/InjectedScriptHost.idl
|
| @@ -35,7 +35,6 @@
|
| ] interface InjectedScriptHost {
|
| void clearConsoleMessages();
|
|
|
| - void copyText(DOMString text);
|
| [Custom] void inspect(any objectId, any hints);
|
| [Custom] any inspectedObject(long num);
|
| [Custom] any internalConstructorName(any obj);
|
| @@ -52,6 +51,6 @@
|
| [Custom] void monitorFunction(any fn);
|
| [Custom] void unmonitorFunction(any fn);
|
|
|
| - // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| + // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| [Custom] any setFunctionVariableValue(any functionObject, int scopeIndex, DOMString variableName, any newValue);
|
| };
|
|
|