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

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

Issue 2120153003: Remove keyIdentifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_key_identifier_3a
Patch Set: Rebase Created 4 years, 5 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/KeyboardEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
index dc705fd6819883fa29b950dbdaef1c22b7dda481..a2e2ff761a2f91a942b28e3eb2166409fc4420e1 100644
--- a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
+++ b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
@@ -10,7 +10,4 @@ dictionary KeyboardEventInit : EventModifierInit {
unsigned long location = 0;
boolean repeat = false;
// TODO(foolip): boolean isComposing = false;
-
- // Non-standard APIs
- DOMString keyIdentifier = "";
};
« no previous file with comments | « third_party/WebKit/Source/core/events/KeyboardEvent.idl ('k') | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698