Index: third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
index 2f3df5b8c93e4f9c9009af8c3567ec21e90725a1..bb373e48cb6d63bd823b7f1326682183b18e2e1a 100644 |
--- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
+++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
@@ -96,6 +96,10 @@ |
attribute EventHandler onvolumechange; |
attribute EventHandler onwaiting; |
+ // auxclick |
+ // https://navidz.github.io/auxclick/ |
+ [RuntimeEnabled=Auxclick] attribute EventHandler onauxclick; |
+ |
// Pointer Events |
// https://w3c.github.io/pointerevents/#extensions-to-the-globaleventhandlers-interface |
[RuntimeEnabled=PointerEvent] attribute EventHandler onpointerdown; |