Index: core/inspector/JavaScriptCallFrame.idl |
=================================================================== |
--- core/inspector/JavaScriptCallFrame.idl (revision 22811) |
+++ core/inspector/JavaScriptCallFrame.idl (working copy) |
@@ -39,14 +39,14 @@ |
[Custom] any restart(); |
// Only declarative scope (local, with and catch) is accepted. Returns undefined. |
- [Custom] any setVariableValue(int scopeIndex, DOMString variableName, any newValue); |
+ [Custom] any setVariableValue(long scopeIndex, DOMString variableName, any newValue); |
readonly attribute JavaScriptCallFrame caller; |
readonly attribute long sourceID; |
readonly attribute long line; |
readonly attribute long column; |
[CustomGetter] readonly attribute Array scopeChain; |
- [Custom] unsigned short scopeType(int scopeIndex); |
+ [Custom] unsigned short scopeType(long scopeIndex); |
[CustomGetter] readonly attribute Object thisObject; |
readonly attribute DOMString functionName; |
[CustomGetter] readonly attribute DOMString type; |