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

Unified Diff: runtime/bin/isolate_data.h

Issue 17851004: One event handler for all isolates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unused line. Created 7 years, 5 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 | « runtime/bin/eventhandler_win.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/isolate_data.h
diff --git a/runtime/bin/isolate_data.h b/runtime/bin/isolate_data.h
index 2992a08184e54c710efbbaac9b9de5b3bae25528..df76864f89ddac45d616664004a03844404fe792 100644
--- a/runtime/bin/isolate_data.h
+++ b/runtime/bin/isolate_data.h
@@ -21,11 +21,10 @@ class EventHandler;
class IsolateData {
public:
IsolateData()
- : event_handler(NULL), object_array_class(NULL),
+ : object_array_class(NULL),
growable_object_array_class(NULL), immutable_array_class(NULL) {
}
- EventHandler* event_handler;
Dart_PersistentHandle object_array_class;
Dart_PersistentHandle growable_object_array_class;
Dart_PersistentHandle immutable_array_class;
« no previous file with comments | « runtime/bin/eventhandler_win.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698