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

Unified Diff: third_party/WebKit/Source/core/events/InputEventInit.idl

Issue 2824463002: Replace most /TR/ links in IDL files (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/core/events/InputEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/InputEventInit.idl b/third_party/WebKit/Source/core/events/InputEventInit.idl
index 81d0375cad9dfc08f0fd2b6e519dd3268d269440..9f59850098ef69571f29c671e3fe2d3538eaed9d 100644
--- a/third_party/WebKit/Source/core/events/InputEventInit.idl
+++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// UI Events
+// https://w3c.github.io/uievents/#idl-inputeventinit
+
dictionary InputEventInit : UIEventInit {
- // UI Events
- // https://w3c.github.io/uievents/#idl-inputeventinit
DOMString? data;
boolean isComposing = false;
« no previous file with comments | « third_party/WebKit/Source/core/events/InputEvent.idl ('k') | third_party/WebKit/Source/core/events/TextEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698