| Index: third_party/WebCore/html/HTMLElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLElement.idl b/third_party/WebCore/html/HTMLElement.idl
|
| index 4f5f236f675d3ab8d653aea94c3f65287115fb55..9501d3a6ac5b5729c16ba9a88f5c311839fff0f2 100644
|
| --- a/third_party/WebCore/html/HTMLElement.idl
|
| +++ b/third_party/WebCore/html/HTMLElement.idl
|
| @@ -32,8 +32,6 @@ module html {
|
| attribute [Reflect] DOMString lang;
|
| attribute boolean translate;
|
| attribute [Reflect] DOMString dir;
|
| - attribute [Reflect=class] DOMString className;
|
| - readonly attribute DOMTokenList classList;
|
|
|
| attribute long tabIndex;
|
| attribute boolean draggable;
|
|
|