| Index: core/inspector/JavaScriptCallFrame.idl
|
| diff --git a/core/inspector/JavaScriptCallFrame.idl b/core/inspector/JavaScriptCallFrame.idl
|
| index 86ae41d596f757aae4415b7b42b830ecbf8a76ca..fa31924cfc5ae38b1c2a785e742c9878985f824e 100644
|
| --- a/core/inspector/JavaScriptCallFrame.idl
|
| +++ b/core/inspector/JavaScriptCallFrame.idl
|
| @@ -37,8 +37,8 @@
|
|
|
| [Custom] void evaluate(DOMString script);
|
| [Custom] any restart();
|
| -
|
| - // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| +
|
| + // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| [Custom] any setVariableValue(long scopeIndex, DOMString variableName, any newValue);
|
|
|
| readonly attribute JavaScriptCallFrame caller;
|
| @@ -48,6 +48,7 @@
|
| [CustomGetter] readonly attribute Array scopeChain;
|
| [Custom] unsigned short scopeType(long scopeIndex);
|
| [CustomGetter] readonly attribute Object thisObject;
|
| + readonly attribute DOMString stepInPositions;
|
| readonly attribute DOMString functionName;
|
| [CustomGetter] readonly attribute DOMString type;
|
| };
|
|
|