| Index: third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| diff --git a/third_party/WebCore/inspector/JavaScriptCallFrame.idl b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| index 3c1d31da5fc4e939c025cf5cc0053948319b5167..e9e53d8aedb72d84ab3f57bb16fc93d4c830c251 100644
|
| --- a/third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| +++ b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| @@ -39,6 +39,9 @@
|
|
|
| [Custom] void evaluate(in DOMString script);
|
| [Custom] DOMObject restart();
|
| +
|
| + // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| + [Custom] DOMObject setVariableValue(in int scopeIndex, in DOMString variableName, DOMObject newValue);
|
|
|
| readonly attribute JavaScriptCallFrame caller;
|
| readonly attribute long sourceID;
|
|
|