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

Unified Diff: lib/compiler/implementation/lib/web.dart

Issue 10689063: Revert "Revert "First step towards having patch files for generic libraries."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: lib/compiler/implementation/lib/web.dart
diff --git a/lib/dom/templates/dom/native/dart_implementation.darttemplate b/lib/compiler/implementation/lib/web.dart
similarity index 68%
copy from lib/dom/templates/dom/native/dart_implementation.darttemplate
copy to lib/compiler/implementation/lib/web.dart
index 885414fa4e9c02d40a38aa12d0718ccc0d47f85e..a75db7bf6a9d46bbfc28b7358078c7090d6aff65 100644
--- a/lib/dom/templates/dom/native/dart_implementation.darttemplate
+++ b/lib/compiler/implementation/lib/web.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// WARNING: Do not edit - generated code.
+#library("web");
-class $CLASSNAME$EXTENDS$IMPLEMENTS {
-$!MEMBERS
+String htmlEscape(String text) {
+ throw "Unimplemented: web::htmlEscape(String).";
}

Powered by Google App Engine
This is Rietveld 408576698