|
@@ -3319,6 +3319,7 @@ void generate_namespace_implementation(IDL::Interface const& interface, StringBu
|
|
|
|
|
|
generator.append(R"~~~(
|
|
|
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
|
|
|
+using namespace Web::Animations;
|
|
|
using namespace Web::CSS;
|
|
|
using namespace Web::DOM;
|
|
|
using namespace Web::DOMParsing;
|
|
@@ -3537,6 +3538,7 @@ void generate_constructor_implementation(IDL::Interface const& interface, String
|
|
|
|
|
|
generator.append(R"~~~(
|
|
|
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
|
|
|
+using namespace Web::Animations;
|
|
|
using namespace Web::CSS;
|
|
|
using namespace Web::DOM;
|
|
|
using namespace Web::DOMParsing;
|
|
@@ -3922,6 +3924,7 @@ void generate_prototype_implementation(IDL::Interface const& interface, StringBu
|
|
|
generator.append(R"~~~(
|
|
|
|
|
|
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
|
|
|
+using namespace Web::Animations;
|
|
|
using namespace Web::Crypto;
|
|
|
using namespace Web::CSS;
|
|
|
using namespace Web::DOM;
|
|
@@ -4071,6 +4074,7 @@ void generate_iterator_prototype_implementation(IDL::Interface const& interface,
|
|
|
|
|
|
generator.append(R"~~~(
|
|
|
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
|
|
|
+using namespace Web::Animations;
|
|
|
using namespace Web::CSS;
|
|
|
using namespace Web::DOM;
|
|
|
using namespace Web::DOMParsing;
|
|
@@ -4203,6 +4207,7 @@ void generate_global_mixin_implementation(IDL::Interface const& interface, Strin
|
|
|
generator.append(R"~~~(
|
|
|
|
|
|
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
|
|
|
+using namespace Web::Animations;
|
|
|
using namespace Web::Crypto;
|
|
|
using namespace Web::CSS;
|
|
|
using namespace Web::DOM;
|