| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index cfcab739e5712eeebda7faa96622257abb7498ff..65e7cb26ae9d78ba937243dc01432834c2ba5619 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -24,7 +24,7 @@
|
| [Reflect] attribute DOMString title;
|
| [Reflect] attribute DOMString lang;
|
| attribute boolean translate;
|
| - [Reflect] attribute DOMString dir;
|
| + attribute DOMString dir;
|
|
|
| [CustomElementCallbacks] attribute long tabIndex;
|
| [CustomElementCallbacks] attribute boolean draggable;
|
|
|