| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index e606b157647bc4230ec5688c7adb06c3fca3caec..85598835381da3affc0d2cc9ed53b4e64e96a3a2 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -18,9 +18,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -[
|
| - Custom=Wrap,
|
| -] interface HTMLElement : Element {
|
| +interface HTMLElement : Element {
|
| [Reflect] attribute DOMString title;
|
| [Reflect] attribute DOMString lang;
|
| attribute boolean translate;
|
|
|