| Index: Source/core/inspector/JavaScriptCallFrame.idl
|
| diff --git a/Source/core/inspector/JavaScriptCallFrame.idl b/Source/core/inspector/JavaScriptCallFrame.idl
|
| index 86ae41d596f757aae4415b7b42b830ecbf8a76ca..828b1bd0d4db682dcbbd34b437909fb6a147acaf 100644
|
| --- a/Source/core/inspector/JavaScriptCallFrame.idl
|
| +++ b/Source/core/inspector/JavaScriptCallFrame.idl
|
| @@ -37,6 +37,7 @@
|
|
|
| [Custom] void evaluate(DOMString script);
|
| [Custom] any restart();
|
| + void rereadScopes();
|
|
|
| // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| [Custom] any setVariableValue(long scopeIndex, DOMString variableName, any newValue);
|
|
|