aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/validation.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/validation.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/validation.rs')
-rwxr-xr-xcomponents/script/dom/validation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/validation.rs b/components/script/dom/validation.rs
index a96d06894b4..ab92d5b07f5 100755
--- a/components/script/dom/validation.rs
+++ b/components/script/dom/validation.rs
@@ -1,7 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-use crate::dom::bindings::codegen::Bindings::EventBinding::EventBinding::EventMethods;
+use crate::dom::bindings::codegen::Bindings::EventBinding::Event_Binding::EventMethods;
use crate::dom::bindings::codegen::Bindings::HTMLElementBinding::HTMLElementMethods;
use crate::dom::bindings::inheritance::Castable;
use crate::dom::bindings::root::DomRoot;