@@ -1901,6 +1901,7 @@ void generate_implementation(IDL::Interface const& interface)
1901
1901
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
1902
1902
using namespace Web::CSS;
1903
1903
using namespace Web::DOM;
1904
+ using namespace Web::DOMParsing;
1904
1905
using namespace Web::Geometry;
1905
1906
using namespace Web::HTML;
1906
1907
using namespace Web::IntersectionObserver;
@@ -2816,6 +2817,7 @@ void generate_constructor_implementation(IDL::Interface const& interface)
2816
2817
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
2817
2818
using namespace Web::CSS;
2818
2819
using namespace Web::DOM;
2820
+ using namespace Web::DOMParsing;
2819
2821
using namespace Web::Geometry;
2820
2822
using namespace Web::HTML;
2821
2823
using namespace Web::IntersectionObserver;
@@ -3093,6 +3095,7 @@ void generate_prototype_implementation(IDL::Interface const& interface)
3093
3095
using namespace Web::Crypto;
3094
3096
using namespace Web::CSS;
3095
3097
using namespace Web::DOM;
3098
+ using namespace Web::DOMParsing;
3096
3099
using namespace Web::Geometry;
3097
3100
using namespace Web::HTML;
3098
3101
using namespace Web::IntersectionObserver;
@@ -3542,6 +3545,7 @@ void generate_iterator_implementation(IDL::Interface const& interface)
3542
3545
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
3543
3546
using namespace Web::CSS;
3544
3547
using namespace Web::DOM;
3548
+ using namespace Web::DOMParsing;
3545
3549
using namespace Web::Geometry;
3546
3550
using namespace Web::HTML;
3547
3551
using namespace Web::IntersectionObserver;
@@ -3655,6 +3659,7 @@ void generate_iterator_prototype_implementation(IDL::Interface const& interface)
3655
3659
// FIXME: This is a total hack until we can figure out the namespace for a given type somehow.
3656
3660
using namespace Web::CSS;
3657
3661
using namespace Web::DOM;
3662
+ using namespace Web::DOMParsing;
3658
3663
using namespace Web::Geometry;
3659
3664
using namespace Web::HTML;
3660
3665
using namespace Web::IntersectionObserver;
0 commit comments