| 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 0bc55f155f6080365da378f398da872f02041e39..fc3a3687441dfcb9663b4e667ab9b72d88432330 100644
 | 
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
 | 
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
 | 
| @@ -57,7 +57,7 @@ public:
 | 
|      void stepOutOfFunction();
 | 
|      void clearStepping();
 | 
|  
 | 
| -    bool setScriptSource(const String16& sourceID, v8::Local<v8::String> newSource, bool preview, ErrorString*, protocol::Maybe<protocol::Runtime::ExceptionDetails>*, JavaScriptCallFrames* newCallFrames, protocol::Maybe<bool>* stackChanged);
 | 
| +    bool setScriptSource(const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun, 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.
 | 
| 
 |