Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
index 30400a158905c10eba6cdb9d01fa3deccc5a31e6..ead9d632d27d5aae1f7453178f221fec8447b8f9 100644 |
--- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
+++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
@@ -150,7 +150,4 @@ Future<Isolate> spawnDomUri(Uri uri, List<String> args, message) { |
throw new UnimplementedError(); |
} |
-/// Dartium functions that are a NOOP in dart2js. |
-unwrap_jso(dartClass_instance) => dartClass_instance; |
-wrap_jso(jsObject) => jsObject; |
createCustomUpgrader(Type customElementClass, $this) => $this; |