Index: third_party/WebKit/Source/core/dom/Element.idl |
diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl |
index fa0e9692b7de4a4976a1398da17364762431d573..49f64bb8185ba025c13b0fc82135d6db047c52b3 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.idl |
+++ b/third_party/WebKit/Source/core/dom/Element.idl |
@@ -142,7 +142,6 @@ interface Element : Node { |
attribute EventHandler onpaste; |
attribute EventHandler onsearch; |
attribute EventHandler onselectstart; |
- attribute EventHandler onwheel; |
}; |
Element implements ParentNode; |