| Index: html/HTMLDocument.idl
|
| diff --git a/html/HTMLDocument.idl b/html/HTMLDocument.idl
|
| index e1f57d2c016b60c00784f926e32a90db7b4e9778..07427cfeb1825847ee7d2d389e3c8668fd586b44 100644
|
| --- a/html/HTMLDocument.idl
|
| +++ b/html/HTMLDocument.idl
|
| @@ -53,11 +53,6 @@
|
| 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;
|
|
|