aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrwebglsubimage.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/xrwebglsubimage.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/xrwebglsubimage.rs')
-rw-r--r--components/script/dom/xrwebglsubimage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/xrwebglsubimage.rs b/components/script/dom/xrwebglsubimage.rs
index 0bed4a51906..19726128087 100644
--- a/components/script/dom/xrwebglsubimage.rs
+++ b/components/script/dom/xrwebglsubimage.rs
@@ -6,7 +6,7 @@ use dom_struct::dom_struct;
use euclid::Size2D;
use webxr_api::Viewport;
-use crate::dom::bindings::codegen::Bindings::XRWebGLSubImageBinding::XRWebGLSubImageBinding::XRWebGLSubImageMethods;
+use crate::dom::bindings::codegen::Bindings::XRWebGLSubImageBinding::XRWebGLSubImage_Binding::XRWebGLSubImageMethods;
use crate::dom::bindings::root::{Dom, DomRoot};
use crate::dom::webgltexture::WebGLTexture;
use crate::dom::xrsubimage::XRSubImage;