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

Unified Diff: lib/dom/templates/html/dartium/factoryprovider.darttemplate

Issue 10383302: Move dart:dom implementation classes to dart:html library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 7 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: lib/dom/templates/html/dartium/factoryprovider.darttemplate
diff --git a/lib/dom/templates/html/dartium/factoryprovider.darttemplate b/lib/dom/templates/html/dartium/factoryprovider.darttemplate
index 843a9eb4a3ea71413e10810c1bbe18aef62fb7ab..31ce13d702e6c6173b775c63e349faa9067f53d2 100644
--- a/lib/dom/templates/html/dartium/factoryprovider.darttemplate
+++ b/lib/dom/templates/html/dartium/factoryprovider.darttemplate
@@ -3,6 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
class $FACTORYPROVIDER {
- factory $CONSTRUCTOR($PARAMETERS) =>
- _wrap(new dom.$CONSTRUCTOR($ARGUMENTS));
+ factory $INTERFACE($PARAMETERS) =>
+ _wrap(_$(DOM_INTERFACE)FactoryProviderImpl.create$DOM_INTERFACE($ARGUMENTS));
}

Powered by Google App Engine
This is Rietveld 408576698