| Index: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| index e6730120ecce6fe9780cbce34dcb9a0f6837d41f..e6973c22991cf21639d68ee4f086f55af34f899f 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| @@ -46,8 +46,6 @@ public:
|
| }
|
| ~JavaScriptCallFrame();
|
|
|
| - PassOwnPtr<JavaScriptCallFrame> caller();
|
| -
|
| int sourceID() const;
|
| int line() const;
|
| int column() const;
|
|
|