| Index: third_party/WebCore/inspector/InjectedScriptHost.idl
|
| diff --git a/third_party/WebCore/inspector/InjectedScriptHost.idl b/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| index d37a1b80b392053071de158da470abf009dfac75..7a5a580d58d10a63e65d8aacc3ecdc79982bf6e2 100644
|
| --- a/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| +++ b/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| @@ -49,4 +49,6 @@
|
| [Custom] DOMString databaseId(in DOMObject database);
|
| [Custom] DOMString storageId(in DOMObject storage);
|
| [Custom] DOMObject evaluate(in DOMString text);
|
| + // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| + [Custom] DOMObject setFunctionVariableValue(in DOMObject functionObject, in int scopeIndex, in DOMString variableName, DOMObject newValue);
|
| };
|
|
|