diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-03-21 14:34:02 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-21 21:04:39 +0100 |
commit | 57296393eda84e866a26c1ce85be1e9fc5fbf731 (patch) | |
tree | 28bc97fd9d77ee5a84a66b8e40c302d8565f77d9 /Meta/Lagom | |
parent | 7a6b4e33bae79182e9d9a9951b1714985d449765 (diff) | |
download | serenity-57296393eda84e866a26c1ce85be1e9fc5fbf731.zip |
LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes
Diffstat (limited to 'Meta/Lagom')
-rw-r--r-- | Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp b/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp index b4d977c356..f5fc02ecd3 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp @@ -2841,6 +2841,7 @@ using namespace Web::NavigationTiming; using namespace Web::RequestIdleCallback; using namespace Web::ResizeObserver; using namespace Web::Selection; +using namespace Web::SVG; using namespace Web::URL; using namespace Web::WebSockets; using namespace Web::XHR; |