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

Unified Diff: lib/dom/templates/html/dartium/html_dartium.darttemplate

Issue 10456033: Remove now useless top level _wrap and _unwrap from dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « no previous file | lib/dom/templates/html/dartium/impl_EventTarget.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/dartium/html_dartium.darttemplate
diff --git a/lib/dom/templates/html/dartium/html_dartium.darttemplate b/lib/dom/templates/html/dartium/html_dartium.darttemplate
index 64467149388c74d15236796dfd5efae396820134..dc408de5757801aa04924330ae9f8780d99516b7 100644
--- a/lib/dom/templates/html/dartium/html_dartium.darttemplate
+++ b/lib/dom/templates/html/dartium/html_dartium.darttemplate
@@ -36,8 +36,3 @@ Window get _window() => _Utils.window();
Document get document() => window.document;
Document get _document() => window.document;
-
-// FIXME: get rid of _uwrap and _wrap.
-_unwrap(raw) => raw;
-
-_wrap(raw) => raw;
« no previous file with comments | « no previous file | lib/dom/templates/html/dartium/impl_EventTarget.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698