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

Unified Diff: runtime/bin/vmservice_impl.cc

Issue 26686005: Revert 28422 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/vmservice/server.dart ('k') | runtime/tools/create_resources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice_impl.cc
diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc
index a1c9213d10a91ad78d02d068484ae9edbbb25211..a1a8e2cb08b1925fd832feb7ffd8e427e0884929 100644
--- a/runtime/bin/vmservice_impl.cc
+++ b/runtime/bin/vmservice_impl.cc
@@ -47,7 +47,7 @@ static const char* kVMServiceIOLibraryScriptResourceName =
static const char* kVMServiceLibraryName =
kLibraryResourceNamePrefix "/vmservice.dart";
-#define kClientResourceNamePrefix "/vmservice/client"
+#define kClientResourceNamePrefix "/client/web/out"
Dart_Isolate VmService::isolate_ = NULL;
Dart_Port VmService::port_ = ILLEGAL_PORT;
@@ -146,9 +146,6 @@ bool VmService::_Start(intptr_t server_port) {
result = Dart_Invoke(library, DartUtils::NewString("main"), 0, NULL);
SHUTDOWN_ON_ERROR(result);
- Dart_Handle library_name = Dart_NewStringFromCString(kVMServiceLibraryName);
- library = Dart_LookupLibrary(library_name);
- SHUTDOWN_ON_ERROR(library);
result = LoadResources(library);
SHUTDOWN_ON_ERROR(result);
result = Dart_CompileAll();
« no previous file with comments | « runtime/bin/vmservice/server.dart ('k') | runtime/tools/create_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698