Index: client/dom/templates/html/dartium/factoryprovider_AudioElement.darttemplate |
diff --git a/client/html/generated/html/dartium/_WorkerFactoryProvider.dart b/client/dom/templates/html/dartium/factoryprovider_AudioElement.darttemplate |
similarity index 65% |
copy from client/html/generated/html/dartium/_WorkerFactoryProvider.dart |
copy to client/dom/templates/html/dartium/factoryprovider_AudioElement.darttemplate |
index 0fa7a21d3d5fc0520370dffda90a2ef782027a90..ad4dd849a831cc40ef006bda886c83a24583ee45 100644 |
--- a/client/html/generated/html/dartium/_WorkerFactoryProvider.dart |
+++ b/client/dom/templates/html/dartium/factoryprovider_AudioElement.darttemplate |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-class _WorkerFactoryProvider { |
- factory Worker(String scriptUrl) => |
- _wrap(new dom.Worker(scriptUrl)); |
+class $FACTORYPROVIDER { |
+ factory $CONSTRUCTOR($PARAMETERS) => |
+ _wrap(new dom.HTML$CONSTRUCTOR($ARGUMENTS)); |
} |