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

Unified Diff: tool/input_sdk/lib/html/html_common/conversions_dart2js.dart

Issue 1887233005: Fix all dart:html strong mode errors except for spurious FINAL_NOT_INITIALIZED_CONSTRUCTOR warnings. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebased Created 4 years, 8 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
Index: tool/input_sdk/lib/html/html_common/conversions_dart2js.dart
diff --git a/tool/input_sdk/lib/html/html_common/conversions_dart2js.dart b/tool/input_sdk/lib/html/html_common/conversions_dart2js.dart
index 1556dc8961c1770cbba47a75bd835ba9ce549aad..b5a1064554f66a1a3824700981c4e94a0a5cf06b 100644
--- a/tool/input_sdk/lib/html/html_common/conversions_dart2js.dart
+++ b/tool/input_sdk/lib/html/html_common/conversions_dart2js.dart
@@ -91,10 +91,3 @@ Future convertNativePromiseToDartFuture(promise) {
var newPromise = JS('', '#.then(#)["catch"](#)', promise, then, error);
return completer.future;
}
-
-// TODO(vsm,jacobr): We shouldn't need to expose these.
-/// Wrap a JS object with an instance of the matching dart:html class. Used only in Dartium.
-wrap_jso(jsObject) => jsObject;
-
-/// Find the underlying JS object for a dart:html Dart object.
-unwrap_jso(dartClass_instance) => dartClass_instance;
« no previous file with comments | « tool/input_sdk/lib/html/html_common/conversions.dart ('k') | tool/input_sdk/lib/html/html_common/css_class_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698