aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-06-04 16:01:13 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-06-04 16:04:35 +0200
commitbe334efe2fac39e0be29790ee06b00ddb652a40f (patch)
treecdad955c260962592d09f31c2510c5fb934d95d8 /components/script/script_thread.rs
parentc87aa399ed082cd751b8947037a5ab16af604d7e (diff)
downloadservo-be334efe2fac39e0be29790ee06b00ddb652a40f.tar.gz
servo-be334efe2fac39e0be29790ee06b00ddb652a40f.zip
Fix all the links to the UI Events spec
DOM3Events is no more.
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 35ae783f5ff..0c38376d9e7 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -1920,7 +1920,6 @@ impl ScriptThread {
}
// http://dev.w3.org/csswg/cssom-view/#resizing-viewports
- // https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-resize
if size_type == WindowSizeType::Resize {
let uievent = UIEvent::new(window.r(),
DOMString::from("resize"), EventBubbles::DoesNotBubble,