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

Unified Diff: runtime/bin/vmservice_impl.cc

Issue 77043010: - Ensure that classes are finalized before their description is (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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
Index: runtime/bin/vmservice_impl.cc
===================================================================
--- runtime/bin/vmservice_impl.cc (revision 30528)
+++ runtime/bin/vmservice_impl.cc (working copy)
@@ -47,7 +47,7 @@
static const char* kVMServiceLibraryName =
kLibraryResourceNamePrefix "/vmservice.dart";
-#define kClientResourceNamePrefix "/vmservice/client/out/web"
+#define kClientResourceNamePrefix "/vmservice/client/deployed/web"
Dart_Isolate VmService::isolate_ = NULL;
Dart_Port VmService::port_ = ILLEGAL_PORT;

Powered by Google App Engine
This is Rietveld 408576698