| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index 126a69826956acafcc9c6a424912773964a97e57..42a8f0f060727a43d49ed3c4508a5d8a6f68a634 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -18,7 +18,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -callback CustomElementConstructor = Element ();
|
| +[Custom] callback CustomElementConstructor = Element ();
|
|
|
| // https://html.spec.whatwg.org/#the-document-object
|
| enum DocumentReadyState { "loading", "interactive", "complete" };
|
|
|