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

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

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: missed a URL Created 5 years, 7 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
Index: Source/core/events/CompositionEventInit.idl
diff --git a/Source/core/events/CompositionEventInit.idl b/Source/core/events/CompositionEventInit.idl
index 97851c0d421a6060a68251fc3a55d9b50565a13a..fcf09de2de514cc54500c15b9e887f369f635e15 100644
--- a/Source/core/events/CompositionEventInit.idl
+++ b/Source/core/events/CompositionEventInit.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/#interface-CompositionEvent
+// https://w3c.github.io/uievents/#idl-def-CompositionEventInit
dictionary CompositionEventInit : UIEventInit {
DOMString data = "";

Powered by Google App Engine
This is Rietveld 408576698