| 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 24fc0eb92a7e93fd1d3ac4bfe2f30ca48fd0e9e4..6b75f42a7f1c6bc417e5b65d8e353c5bb69e8708 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| @@ -64,10 +64,8 @@ private:
|
| int callV8FunctionReturnInt(const char* name) const;
|
|
|
| v8::Isolate* m_isolate;
|
| - OwnPtr<JavaScriptCallFrame> m_caller;
|
| v8::Global<v8::Context> m_debuggerContext;
|
| v8::Global<v8::Object> m_callFrame;
|
| - v8::Global<v8::FunctionTemplate> m_wrapperTemplate;
|
| };
|
|
|
| using JavaScriptCallFrames = protocol::Vector<OwnPtr<JavaScriptCallFrame>>;
|
|
|