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

Unified Diff: frog/tests/native/src/NativeClassInheritance4FrogTest.dart

Issue 10092012: Fix issue 2358: dart methods on native classes must also check if the current prototype has the met… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
« no previous file with comments | « frog/tests/native/native.status ('k') | lib/compiler/implementation/native_emitter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/native/src/NativeClassInheritance4FrogTest.dart
===================================================================
--- frog/tests/native/src/NativeClassInheritance4FrogTest.dart (revision 6616)
+++ frog/tests/native/src/NativeClassInheritance4FrogTest.dart (working copy)
@@ -119,7 +119,7 @@
setup(); // Fresh constructors.
A a = makeA();
- B b = makeA();
+ B b = makeB();
a.X = 100;
Expect.equals(100, a._field);
« no previous file with comments | « frog/tests/native/native.status ('k') | lib/compiler/implementation/native_emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698