mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
script: Move performance DOM interfaces to script/dom/performance/ (#40262)
Moves interfaces defined by the performance spec to the `script/dom/performance/` 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:
@@ -75,7 +75,7 @@ use crate::dom::html::htmlsourceelement::HTMLSourceElement;
|
||||
use crate::dom::medialist::MediaList;
|
||||
use crate::dom::mouseevent::MouseEvent;
|
||||
use crate::dom::node::{BindContext, Node, NodeDamage, NodeTraits, ShadowIncluding, UnbindContext};
|
||||
use crate::dom::performanceresourcetiming::InitiatorType;
|
||||
use crate::dom::performance::performanceresourcetiming::InitiatorType;
|
||||
use crate::dom::promise::Promise;
|
||||
use crate::dom::virtualmethods::VirtualMethods;
|
||||
use crate::dom::window::Window;
|
||||
|
||||
Reference in New Issue
Block a user