| Index: third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| index 005050093790e502d697f43b7bbb3460df1359a2..ecdaf0799b4c4efd9460fc8ddf6598c864b42346 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| @@ -55,7 +55,7 @@
|
| void stepOutOfFunction();
|
| void clearStepping();
|
|
|
| - bool setScriptSource(const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun, ErrorString*, protocol::Maybe<protocol::Runtime::ExceptionDetails>*, JavaScriptCallFrames* newCallFrames, protocol::Maybe<bool>* stackChanged);
|
| + bool setScriptSource(const String16& sourceID, v8::Local<v8::String> newSource, bool preview, ErrorString*, protocol::Maybe<protocol::Runtime::ExceptionDetails>*, JavaScriptCallFrames* newCallFrames, protocol::Maybe<bool>* stackChanged);
|
| JavaScriptCallFrames currentCallFrames(int limit = 0);
|
|
|
| // Each script inherits debug data from v8::Context where it has been compiled.
|
|
|