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

Unified Diff: lib/dom/dart2js/dom_dart2js.dart

Issue 10800104: Convert DOM and HTML frog to dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « lib/config/import_dart2js.config ('k') | lib/dom/dart2js/dom_frog.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/dart2js/dom_dart2js.dart
===================================================================
--- lib/dom/dart2js/dom_dart2js.dart (revision 9862)
+++ lib/dom/dart2js/dom_dart2js.dart (working copy)
@@ -1,4 +1,4 @@
-#library('dart:dom_deprecated');
+#library('dom');
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -850,7 +850,7 @@
void warn(Object arg) native;
- // Keep these in sync with frog_DOMTypeJs.dart.
+ // Keep these in sync with dart2js_DOMTypeJs.dart.
var dartObjectLocalStorage;
String get typeName() native;
}
« no previous file with comments | « lib/config/import_dart2js.config ('k') | lib/dom/dart2js/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698