| Index: third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| diff --git a/third_party/WebCore/inspector/JavaScriptCallFrame.idl b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| index e9e53d8aedb72d84ab3f57bb16fc93d4c830c251..ed90a84ec524c6e20673cf6c36159b53ab601057 100644
|
| --- a/third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| +++ b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
|
| @@ -38,10 +38,10 @@
|
| const unsigned short CATCH_SCOPE = 4;
|
|
|
| [Custom] void evaluate(in DOMString script);
|
| - [Custom] DOMObject restart();
|
| + [Custom] any restart();
|
|
|
| // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| - [Custom] DOMObject setVariableValue(in int scopeIndex, in DOMString variableName, DOMObject newValue);
|
| + [Custom] any setVariableValue(in int scopeIndex, in DOMString variableName, any newValue);
|
|
|
| readonly attribute JavaScriptCallFrame caller;
|
| readonly attribute long sourceID;
|
|
|