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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMenuElement.idl

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase 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/html/HTMLMenuElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLMenuElement.idl b/third_party/WebKit/Source/core/html/HTMLMenuElement.idl
index 96b46182deea4f6f1d32e683e973c8ae7dd32ddd..e7913e2753b0eb826a4a4b27767ad3efdd438702 100644
--- a/third_party/WebKit/Source/core/html/HTMLMenuElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLMenuElement.idl
@@ -20,9 +20,6 @@
// https://html.spec.whatwg.org/#the-menu-element
interface HTMLMenuElement : HTMLElement {
- [CEReactions, RuntimeEnabled=ContextMenu] attribute DOMString type;
- [CEReactions, RuntimeEnabled=ContextMenu, Reflect] attribute DOMString label;
-
// obsolete members
// https://html.spec.whatwg.org/#HTMLMenuElement-partial
[CEReactions, Reflect] attribute boolean compact;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMenuElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMenuItemElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698