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

Unified Diff: src/isolate.cc

Issue 2476001: Current HandleScope moving to Isolate. (Closed)
Patch Set: removed unnesessary initializing constand, using existing Initialize() for handle scope data. Created 10 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 | « src/isolate.h ('k') | test/cctest/test-serialize.cc » ('j') | 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 6760ecf6d9fcfd02ddbd3cab0c878b8394fc20ac..49ebdd2c872e71cc7d3013fc0107218ea9ccb13a 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -67,6 +67,7 @@ Isolate* Isolate::Create(Deserializer* des) {
Isolate::Isolate()
: bootstrapper_(NULL),
stub_cache_(NULL) {
+ handle_scope_data_.Initialize();
}
« no previous file with comments | « src/isolate.h ('k') | test/cctest/test-serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698