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

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

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Delete RuntimeEnabledFeatures::contextMenuEnabled Created 3 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: third_party/WebKit/Source/core/events/RelatedEvent.idl
diff --git a/third_party/WebKit/Source/core/events/RelatedEvent.idl b/third_party/WebKit/Source/core/events/RelatedEvent.idl
index 142bf29c43271a8565ef8f8a94c52f5e5c82a222..628af938bebab2f1ab4b26a275b2bf2b16eb338c 100644
--- a/third_party/WebKit/Source/core/events/RelatedEvent.idl
+++ b/third_party/WebKit/Source/core/events/RelatedEvent.idl
@@ -6,7 +6,6 @@
[
Constructor(DOMString type, optional RelatedEventInit eventInitDict),
- RuntimeEnabled=ContextMenu,
tkent 2017/05/26 04:48:53 This means the entire interface is wrapped with Co
yuzuchan 2017/05/30 07:15:20 Gotcha. Deleted them in the next patch.
] interface RelatedEvent : Event {
readonly attribute EventTarget? relatedTarget;
};

Powered by Google App Engine
This is Rietveld 408576698