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

Unified Diff: src/isolate.cc

Issue 6975020: Per-isolate embedder-specific data (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added missing file Created 9 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
« src/isolate.h ('K') | « src/isolate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 9fac06a9f2fb650671e2776e93e95e3036b4b2ab..75d54bd488dc687340b3719c87e4fb5423a966fc 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -1395,7 +1395,8 @@ Isolate::Isolate()
string_tracker_(NULL),
regexp_stack_(NULL),
frame_element_constant_list_(0),
- result_constant_list_(0) {
+ result_constant_list_(0),
+ embedder_data_(0) {
Vitaly Repeshko 2011/05/18 06:17:13 0 -> NULL
TRACE_ISOLATE(constructor);
memset(isolate_addresses_, 0,
« src/isolate.h ('K') | « src/isolate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698