Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(931)

Unified Diff: Source/core/events/UIEventInit.idl

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/UIEvent.idl ('k') | Source/core/events/WheelEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/UIEventInit.idl
diff --git a/Source/core/events/UIEventInit.idl b/Source/core/events/UIEventInit.idl
index e5b70e0fb481efd1e5c6bc0b1d03f099dcb36217..debb6cfb3bf740622e79723f4f3705f702419bd0 100644
--- a/Source/core/events/UIEventInit.idl
+++ b/Source/core/events/UIEventInit.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://www.w3.org/TR/DOM-Level-3-Events/#idl-def-UIEvent
+// https://w3c.github.io/uievents/#idl-def-UIEventInit
dictionary UIEventInit : EventInit {
Window? view = null;
« no previous file with comments | « Source/core/events/UIEvent.idl ('k') | Source/core/events/WheelEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698