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

Unified Diff: sdk/lib/_internal/compiler/js_lib/async_patch.dart

Issue 933043008: dart2js: Remove unused function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/js_lib/async_patch.dart
diff --git a/sdk/lib/_internal/compiler/js_lib/async_patch.dart b/sdk/lib/_internal/compiler/js_lib/async_patch.dart
index e0813ad617708b28d9658366c8ed923d710ef781..137795734310ba4556bbcfec1581b1ebb23bf3de 100644
--- a/sdk/lib/_internal/compiler/js_lib/async_patch.dart
+++ b/sdk/lib/_internal/compiler/js_lib/async_patch.dart
@@ -121,5 +121,3 @@ class Timer {
return new TimerImpl.periodic(milliseconds, callback);
}
}
-
-bool get _hasDocument => JS('String', 'typeof document') == 'object';
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698