Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1541)

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h

Issue 1921143002: [DevTools] Align Console implementation with The JSey way (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-part-command-line-api-to-native
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>>;

Powered by Google App Engine
This is Rietveld 408576698