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

Unified Diff: runtime/vm/service.h

Issue 391943003: Allow for no embedder provided library tag handler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index ebfa89e3a7a5d23be61b96b4b8cb456094a0e098..12554de094bfc09a7182e1a0978a67e16a2e022e 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -77,7 +77,7 @@ class Service : public AllStatic {
static EmbedderServiceHandler* root_service_handler_head_;
static Isolate* service_isolate_;
- static Dart_LibraryTagHandler default_handler_;
+ static Dart_LibraryTagHandler embedder_provided_handler_;
static Dart_Port port_;
static uint32_t event_mask_;
};
« no previous file with comments | « no previous file | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698