Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index 7b1715456fb692d4587ca85eabda81f4f3046005..50e16be7c446583a9f9513e84aecd88e56e5280c 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -123,9 +123,6 @@ 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; |
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |