| Index: third_party/WebCore/dom/Element.idl
|
| diff --git a/third_party/WebCore/dom/Element.idl b/third_party/WebCore/dom/Element.idl
|
| index 3bdd03bef409d88b2adbcd040288df53e1361f1a..fb60c73157badc029e75a825b71655afdf80d02f 100644
|
| --- a/third_party/WebCore/dom/Element.idl
|
| +++ b/third_party/WebCore/dom/Element.idl
|
| @@ -145,11 +145,6 @@ module core {
|
| // CSS Regions API
|
| readonly attribute DOMString webkitRegionOverset;
|
|
|
| -#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
|
| - readonly attribute [Conditional=UNDO_MANAGER] UndoManager undoManager;
|
| - attribute [Conditional=UNDO_MANAGER, Reflect] boolean undoScope;
|
| -#endif
|
| -
|
| #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
|
| // Event handler DOM attributes
|
| attribute [NotEnumerable] EventListener onabort;
|
|
|