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

Unified Diff: dart/frog/leg/lib/js_helper.dart

Issue 9855018: Tweak corelib/ConstListLiteralTest while we wait for a resolution of CL 9839101. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | dart/tests/corelib/src/ConstListLiteralTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/lib/js_helper.dart
diff --git a/dart/frog/leg/lib/js_helper.dart b/dart/frog/leg/lib/js_helper.dart
index 2514d09f692ab2e053713eb526c46fe70f5161b6..c9997e803939b49137ed74bafd04a0240fcab3cd 100644
--- a/dart/frog/leg/lib/js_helper.dart
+++ b/dart/frog/leg/lib/js_helper.dart
@@ -1368,11 +1368,3 @@ class Null {
}
builtin$get$toString(receiver) => () => builtin$toString$0(receiver);
-
-builtin$copyFrom$4(receiver, arg1, arg2, arg3, arg4) {
- // TODO(ahe): Remove this method when CL 9839101 has landed.
- if (!isJsArray(receiver)) {
- return UNINTERCEPTED(receiver.copyFrom(arg1, arg2, arg3, arg4));
- }
- throw new UnsupportedOperationException('copyFrom');
-}
« no previous file with comments | « no previous file | dart/tests/corelib/src/ConstListLiteralTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698