mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
script: Move SVG DOM interfaces to script/dom/svg/ (#40206)
Moves interfaces defined by the SVG spec to the `script/dom/svg/` module from `script/dom/`. Testing: Just a refactor shouldn't need any testing Fixes: Partially #38901 Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>
This commit is contained in:
@@ -60,9 +60,9 @@ use crate::dom::html::htmltitleelement::HTMLTitleElement;
|
||||
use crate::dom::html::htmlvideoelement::HTMLVideoElement;
|
||||
use crate::dom::node::{BindContext, ChildrenMutation, CloneChildrenFlag, Node, UnbindContext};
|
||||
use crate::dom::shadowroot::ShadowRoot;
|
||||
use crate::dom::svgelement::SVGElement;
|
||||
use crate::dom::svgimageelement::SVGImageElement;
|
||||
use crate::dom::svgsvgelement::SVGSVGElement;
|
||||
use crate::dom::svg::svgelement::SVGElement;
|
||||
use crate::dom::svg::svgimageelement::SVGImageElement;
|
||||
use crate::dom::svg::svgsvgelement::SVGSVGElement;
|
||||
|
||||
/// Trait to allow DOM nodes to opt-in to overriding (or adding to) common
|
||||
/// behaviours. Replicates the effect of C++ virtual methods.
|
||||
|
||||
Reference in New Issue
Block a user