| Index: third_party/WebKit/Source/core/html/HTMLElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| index fb8b036bff3cf38a76a0015bc17defcc85cfc51a..448840d149fdaea20fb19b8a3533903be076da01 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| @@ -19,7 +19,7 @@
|
| */
|
|
|
| // https://html.spec.whatwg.org/#htmlelement
|
| -[CustomConstructor]
|
| +[HTMLConstructor]
|
| interface HTMLElement : Element {
|
| // metadata attributes
|
| [CEReactions, Reflect] attribute DOMString title;
|
|
|