| Index: third_party/WebCore/html/HTMLDocument.idl
|
| diff --git a/third_party/WebCore/html/HTMLDocument.idl b/third_party/WebCore/html/HTMLDocument.idl
|
| index 25f0a5c39035114b5df1917c29529160a9b47c98..7c29fcb5dc1892aaac72f5240363ee2c24d23d9e 100644
|
| --- a/third_party/WebCore/html/HTMLDocument.idl
|
| +++ b/third_party/WebCore/html/HTMLDocument.idl
|
| @@ -53,6 +53,11 @@
|
| readonly attribute Element activeElement;
|
| boolean hasFocus();
|
|
|
| +#if defined(ENABLE_CUSTOM_ELEMENTS) && ENABLE_CUSTOM_ELEMENTS
|
| + [V8EnabledAtRuntime=customDOMElements, Conditional=CUSTOM_ELEMENTS, ImplementedAs=registerElement, CallWith=ScriptState]
|
| + CustomElementConstructor webkitRegister(in DOMString name, in [Optional] Dictionary options) raises(DOMException);
|
| +#endif
|
| +
|
| // Deprecated attributes
|
| [TreatNullAs=NullString] attribute DOMString bgColor;
|
| [TreatNullAs=NullString] attribute DOMString fgColor;
|
|
|