mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
chore: move ClassicScript related code to a new module (#42363)
As discussed on a [Zulip thread](https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Code.20organization/with/571886607), move `ClassicScript` code to a new module. Testing: A successful build is enough Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,8 @@ use crate::dom::element::{
|
||||
set_cross_origin_attribute,
|
||||
};
|
||||
use crate::dom::event::{Event, EventBubbles, EventCancelable};
|
||||
use crate::dom::globalscope::{ClassicScript, ErrorReporting, GlobalScope, RethrowErrors};
|
||||
use crate::dom::global_scope_script_execution::{ClassicScript, ErrorReporting, RethrowErrors};
|
||||
use crate::dom::globalscope::GlobalScope;
|
||||
use crate::dom::html::htmlelement::HTMLElement;
|
||||
use crate::dom::node::{ChildrenMutation, CloneChildrenFlag, Node, NodeTraits};
|
||||
use crate::dom::performance::performanceresourcetiming::InitiatorType;
|
||||
|
||||
Reference in New Issue
Block a user