mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Merge adjacent identical impl sections
Prior to #7416 and #7401, many of these `impl` sections were not identical
This commit is contained in:
@@ -503,10 +503,7 @@ impl HTMLScriptElement {
|
||||
pub fn mark_already_started(&self) {
|
||||
self.already_started.set(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl HTMLScriptElement {
|
||||
fn dispatch_event(&self,
|
||||
type_: DOMString,
|
||||
bubbles: EventBubbles,
|
||||
|
||||
Reference in New Issue
Block a user