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

Unified Diff: tests/language/src/NativeClassIsCheck1FrogTest.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/NativeClassIsCheck1FrogTest.dart
diff --git a/tests/language/src/NativeClassIsCheck1FrogTest.dart b/tests/language/src/NativeClassIsCheck1FrogTest.dart
index dad44c7c11818325707b6c9a7526efee600a3863..535dcec43ccce9c3cfb58c0c54f715fe7a70b977 100644
--- a/tests/language/src/NativeClassIsCheck1FrogTest.dart
+++ b/tests/language/src/NativeClassIsCheck1FrogTest.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};
""";
class B {}

Powered by Google App Engine
This is Rietveld 408576698