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

Unified Diff: runtime/vm/unit_test.cc

Issue 10905125: Move dart:web to pkg:htmlescape. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
Index: runtime/vm/unit_test.cc
diff --git a/runtime/vm/unit_test.cc b/runtime/vm/unit_test.cc
index c10cbbae2c3ecbb6f6aa542d3e96f726f8bccf90..e1105a5de56c54f4efee46cea5b4b4501c290aa6 100644
--- a/runtime/vm/unit_test.cc
+++ b/runtime/vm/unit_test.cc
@@ -86,8 +86,6 @@ static Dart_Handle LibraryTagHandler(Dart_LibraryTag tag,
return Builtin::LoadAndCheckLibrary(Builtin::kUtfLibrary);
} else if (DartUtils::IsDartCryptoLibURL(url_chars)) {
return Builtin::LoadAndCheckLibrary(Builtin::kCryptoLibrary);
- } else if (DartUtils::IsDartWebLibURL(url_chars)) {
- return Builtin::LoadAndCheckLibrary(Builtin::kWebLibrary);
} else {
return Dart_Error("Do not know how to load '%s'", url_chars);
}

Powered by Google App Engine
This is Rietveld 408576698