Changeset 130336 in webkit
- Timestamp:
- Oct 3, 2012, 3:44:25 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r130335 r130336 1 2012-10-03 Adam Klein <adamk@chromium.org> 2 3 Remove bogus FIXME from Document.idl 4 https://bugs.webkit.org/show_bug.cgi?id=98302 5 6 Reviewed by Adam Barth. 7 8 The FIXME claimed that document.body throwing an exception was not 9 specced, but in fact it is: 10 http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-body 11 12 * dom/Document.idl: 13 1 14 2012-10-03 Joshua Bell <jsbell@chromium.org> 2 15 -
trunk/Source/WebCore/dom/Document.idl
r130041 r130336 168 168 getter raises (DOMException); 169 169 170 // FIXME: the DOM spec does NOT have this attribute171 // raising an exception.172 170 attribute HTMLElement body 173 171 setter raises (DOMException);
Note:
See TracChangeset
for help on using the changeset viewer.