Index: third_party/WebKit/Source/core/dom/Document.idl |
diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl |
index 5b72874897dd95c338d2d92462b704547b8c6bdd..3a74b3e8c94b824f73d2266e8fbba006c8c028cf 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.idl |
+++ b/third_party/WebKit/Source/core/dom/Document.idl |
@@ -210,7 +210,6 @@ typedef (HTMLScriptElement or SVGScriptElement) HTMLOrSVGScriptElement; |
[RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute EventHandler onsecuritypolicyviolation; |
attribute EventHandler onselectionchange; |
attribute EventHandler onselectstart; |
- attribute EventHandler onwheel; |
}; |
Document implements GlobalEventHandlers; |