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

Unified Diff: sdk/lib/js/dartium/js_dartium.dart

Issue 147153002: Re-enable mirrors/immutable_collections_test on Dartium. Fix a bad constructor in Dartium's dart:js… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | tests/lib/lib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/js/dartium/js_dartium.dart
diff --git a/sdk/lib/js/dartium/js_dartium.dart b/sdk/lib/js/dartium/js_dartium.dart
index 78394f9ac097feaca0569aa6ae182183df2ae969..e7f3004c686d8efbc0b5bdc038bbb28178f2f5d2 100644
--- a/sdk/lib/js/dartium/js_dartium.dart
+++ b/sdk/lib/js/dartium/js_dartium.dart
@@ -239,7 +239,7 @@ class JsObject extends NativeFieldWrapperClass2 {
* Proxies a JavaScript Function object.
*/
class JsFunction extends JsObject {
- JsFunction.internal();
+ JsFunction.internal() : super.internal();
/**
* Returns a [JsFunction] that captures its 'this' binding and calls [f]
« no previous file with comments | « no previous file | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698