| 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;
|
|
|