| 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 5366bd80095b3e695d596ec72ad90055d6088e22..2f3df5b8c93e4f9c9009af8c3567ec21e90725a1 100644
|
| --- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
|
| +++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
|
| @@ -34,8 +34,6 @@
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| ] interface GlobalEventHandlers {
|
| attribute EventHandler onabort;
|
| - [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocomplete;
|
| - [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocompleteerror;
|
| attribute EventHandler onblur;
|
| attribute EventHandler oncancel;
|
| attribute EventHandler oncanplay;
|
|
|