| Index: Source/core/inspector/JavaScriptCallFrame.h
|
| diff --git a/Source/core/inspector/JavaScriptCallFrame.h b/Source/core/inspector/JavaScriptCallFrame.h
|
| index 2eb05d3abf2b82d4975b678b6c377bfeac65b4d3..2e34084410b375787ec75bd91569df20f8bfcc0d 100644
|
| --- a/Source/core/inspector/JavaScriptCallFrame.h
|
| +++ b/Source/core/inspector/JavaScriptCallFrame.h
|
| @@ -68,7 +68,7 @@ public:
|
| bool isAtReturn() const;
|
| v8::Handle<v8::Value> returnValue() const;
|
|
|
| - v8::Handle<v8::Value> evaluateWithExceptionDetails(const String& expression);
|
| + ScriptValue evaluateWithExceptionDetails(ScriptState*, const String& expression, const ScriptValue& scopeExtension);
|
| v8::Handle<v8::Value> restart();
|
| ScriptValue setVariableValue(ScriptState*, int scopeNumber, const String& variableName, const ScriptValue& newValue);
|
|
|
|
|