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

Unified Diff: client/html/generated/html/dartium/_ShadowRootFactoryProvider.dart

Issue 9617041: Unwrap parameters in factory constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add files 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
Index: client/html/generated/html/dartium/_ShadowRootFactoryProvider.dart
diff --git a/client/html/generated/html/dartium/_ShadowRootFactoryProvider.dart b/client/html/generated/html/dartium/_ShadowRootFactoryProvider.dart
index fa6185bd5648d9369ec1cfcd4a02fb953225e90a..172130e82a19585ad0f3c8833d6d68ae5abaf3dd 100644
--- a/client/html/generated/html/dartium/_ShadowRootFactoryProvider.dart
+++ b/client/html/generated/html/dartium/_ShadowRootFactoryProvider.dart
@@ -4,5 +4,5 @@
class _ShadowRootFactoryProvider {
factory ShadowRoot(Element host) =>
- _wrap(new dom.ShadowRoot(host));
+ _wrap(new dom.ShadowRoot(_unwrap(host)));
}

Powered by Google App Engine
This is Rietveld 408576698