Title: [130336] trunk/Source/WebCore
Revision
130336
Author
ad...@chromium.org
Date
2012-10-03 15:44:25 -0700 (Wed, 03 Oct 2012)

Log Message

Remove bogus FIXME from Document.idl
https://bugs.webkit.org/show_bug.cgi?id=98302

Reviewed by Adam Barth.

The FIXME claimed that document.body throwing an exception was not
specced, but in fact it is:
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-body

* dom/Document.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (130335 => 130336)


--- trunk/Source/WebCore/ChangeLog	2012-10-03 22:41:57 UTC (rev 130335)
+++ trunk/Source/WebCore/ChangeLog	2012-10-03 22:44:25 UTC (rev 130336)
@@ -1,3 +1,16 @@
+2012-10-03  Adam Klein  <ad...@chromium.org>
+
+        Remove bogus FIXME from Document.idl
+        https://bugs.webkit.org/show_bug.cgi?id=98302
+
+        Reviewed by Adam Barth.
+
+        The FIXME claimed that document.body throwing an exception was not
+        specced, but in fact it is:
+        http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-body
+
+        * dom/Document.idl:
+
 2012-10-03  Joshua Bell  <jsb...@chromium.org>
 
         IndexedDB: Memory leak when deleting object stores with indexes

Modified: trunk/Source/WebCore/dom/Document.idl (130335 => 130336)


--- trunk/Source/WebCore/dom/Document.idl	2012-10-03 22:41:57 UTC (rev 130335)
+++ trunk/Source/WebCore/dom/Document.idl	2012-10-03 22:44:25 UTC (rev 130336)
@@ -167,8 +167,6 @@
                      setter raises (DOMException),
                      getter raises (DOMException);
 
-        // FIXME: the DOM spec does NOT have this attribute
-        // raising an exception.
                  attribute HTMLElement body
                      setter raises (DOMException);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to