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

Unified Diff: tests/language/src/NativeClassIsCheck2FrogTest.dart

Issue 8746005: Fix a bunch of issues with 'hidden' DOM types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed dead code Created 9 years, 1 month 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: tests/language/src/NativeClassIsCheck2FrogTest.dart
diff --git a/tests/language/src/NativeClassIsCheck2FrogTest.dart b/tests/language/src/NativeClassIsCheck2FrogTest.dart
index df2ae81abc24d3a3096ffeefedef01c5cfc41658..ca1d03602eec41299218097312cd7538f895ff63 100644
--- a/tests/language/src/NativeClassIsCheck2FrogTest.dart
+++ b/tests/language/src/NativeClassIsCheck2FrogTest.dart
@@ -24,6 +24,7 @@ void setup() native """
function A(){}
A.prototype.read = function() { return this._x; };
A.prototype.write = function(x) { this._x = x; };
+makeA = function(){return new A};
""";
// Dart implementation must coexist with native implementation.
« frog/lib/corelib.dart ('K') | « tests/language/src/NativeClassIsCheck1FrogTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698