aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/shadowroot.rs
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2023-09-30 02:52:04 +0200
committerGitHub <noreply@github.com>2023-09-30 00:52:04 +0000
commitebd41d41017ee9727eb8417a0a01237b75f3e9c4 (patch)
tree89cf615b370937610b69d40e2eba479f3f53ede9 /components/script/dom/shadowroot.rs
parent67f2f98a93b02b8254fa9de0dfd455fe82b810bf (diff)
downloadservo-ebd41d41017ee9727eb8417a0a01237b75f3e9c4.tar.gz
servo-ebd41d41017ee9727eb8417a0a01237b75f3e9c4.zip
Use Foo_Binding instead of FooBinding for namespace modules (#30447)
* Update Codegen.py to emit Foo_Binding instead of FooBinding * s/FooBinding/Foo_Binding/g
Diffstat (limited to 'components/script/dom/shadowroot.rs')
-rw-r--r--components/script/dom/shadowroot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/shadowroot.rs b/components/script/dom/shadowroot.rs
index 084a83650a4..168a4ec0a32 100644
--- a/components/script/dom/shadowroot.rs
+++ b/components/script/dom/shadowroot.rs
@@ -12,8 +12,8 @@ use style::stylesheets::Stylesheet;
use style::stylist::{CascadeData, Stylist};
use crate::dom::bindings::cell::DomRefCell;
-use crate::dom::bindings::codegen::Bindings::ShadowRootBinding::ShadowRootBinding::ShadowRootMethods;
use crate::dom::bindings::codegen::Bindings::ShadowRootBinding::ShadowRootMode;
+use crate::dom::bindings::codegen::Bindings::ShadowRootBinding::ShadowRoot_Binding::ShadowRootMethods;
use crate::dom::bindings::inheritance::Castable;
use crate::dom::bindings::num::Finite;
use crate::dom::bindings::reflector::reflect_dom_object;