| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| index a4596af9c1ec75714ff5dd887fe30d2c713da859..9aab105cec6f1b84ea07ed094a7dd475373b3e93 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -177,6 +177,7 @@ private:
|
|
|
| v8::Local<v8::Value> collectionEntries(v8::Local<v8::Context>, v8::Local<v8::Object>);
|
| v8::Local<v8::Value> generatorObjectLocation(v8::Local<v8::Object>);
|
| + v8::Local<v8::Value> functionLocation(v8::Local<v8::Context>, v8::Local<v8::Function>);
|
|
|
| v8::Isolate* m_isolate;
|
| V8DebuggerClient* m_client;
|
|
|