From b5eba001efe209bb9f75c7eb61b8affc848bb2e8 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 8 Jan 2014 15:26:44 -0400 Subject: Fix to avoid attribute name clash between Document/HTMLDocument Use children() instead of traverse_preorder(), and avoid having GetHead() in both Document and HTMLDocument. Closes #1465. --- src/components/script/dom/bindings/codegen/HTMLDocument.webidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/script/dom/bindings/codegen') diff --git a/src/components/script/dom/bindings/codegen/HTMLDocument.webidl b/src/components/script/dom/bindings/codegen/HTMLDocument.webidl index bb209a20bf9..f735e4f5326 100644 --- a/src/components/script/dom/bindings/codegen/HTMLDocument.webidl +++ b/src/components/script/dom/bindings/codegen/HTMLDocument.webidl @@ -17,7 +17,7 @@ interface HTMLDocument : Document { // getter object (DOMString name); /*[SetterThrows] attribute HTMLElement? body;*/ - readonly attribute HTMLHeadElement? head; + // readonly attribute HTMLHeadElement? head; readonly attribute HTMLCollection images; readonly attribute HTMLCollection embeds; readonly attribute HTMLCollection plugins; -- cgit v1.2.3