Index: lib/html/templates/html/interface/interface_AudioContext.darttemplate |
diff --git a/lib/html/templates/html/interface/interface_AudioContext.darttemplate b/lib/html/templates/html/interface/interface_AudioContext.darttemplate |
index fb4fb244b4e48ff8618396cfdaa1d223e29c1551..3d2ab5b0add77178325bb7c5da4fab5d40a1fc06 100644 |
--- a/lib/html/templates/html/interface/interface_AudioContext.darttemplate |
+++ b/lib/html/templates/html/interface/interface_AudioContext.darttemplate |
@@ -4,6 +4,8 @@ |
// WARNING: Do not edit - generated code. |
+part of html; |
+ |
$!COMMENT |
abstract class $ID$EXTENDS { |
factory $ID() => _$(ID)FactoryProvider.create$ID(); |