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

Unified Diff: Source/bindings/core/v8/V8Debugger.h

Issue 1161323002: DevTools: implement JavaScriptCallFrame binding based on v8 API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved V8JavaScriptCallFrame to bindings/core/v8/inspector/ Created 5 years, 7 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
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8Debugger.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8Debugger.h
diff --git a/Source/bindings/core/v8/V8Debugger.h b/Source/bindings/core/v8/V8Debugger.h
index 9adf0349f481876c0531cb417746fd4acde708e2..5d8a7c66f079e40b3522d352b29b6553d5864ac7 100644
--- a/Source/bindings/core/v8/V8Debugger.h
+++ b/Source/bindings/core/v8/V8Debugger.h
@@ -165,6 +165,7 @@ private:
v8::UniquePersistent<v8::FunctionTemplate> m_breakProgramCallbackTemplate;
v8::UniquePersistent<v8::Object> m_debuggerScript;
v8::UniquePersistent<v8::Context> m_debuggerContext;
+ v8::UniquePersistent<v8::FunctionTemplate> m_callFrameWrapperTemplate;
v8::Local<v8::Object> m_executionState;
RefPtr<ScriptState> m_pausedScriptState;
bool m_runningNestedMessageLoop;
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8Debugger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698