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

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

Issue 2855613002: Removed |which| from KeyboardEvent and MouseEvent. (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/UIEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/UIEventInit.idl b/third_party/WebKit/Source/core/events/UIEventInit.idl
index a994a6be9fdf72d6423fbb079c88cbcabf7cb14c..b0abe7d0083aca85d49fcbca9b7af8632d74051a 100644
--- a/third_party/WebKit/Source/core/events/UIEventInit.idl
+++ b/third_party/WebKit/Source/core/events/UIEventInit.idl
@@ -7,5 +7,6 @@
dictionary UIEventInit : EventInit {
Window? view = null;
long detail = 0;
+ unsigned long which = 0;
dtapuska 2017/05/09 21:22:37 Shouldn't the constructor of the UIEvent now store
use mustaq_at_chromium.org 2017/05/10 17:48:35 The problem is that KeyboardEvent.which() ultimate
use mustaq_at_chromium.org 2017/05/11 20:47:46 As discussed offline, I will bring back the UIEven
InputDeviceCapabilities? sourceCapabilities = null;
};

Powered by Google App Engine
This is Rietveld 408576698