[webkit-reviews] review granted: [Bug 93071] [Microdata] document.getItems() must treat no token as no parameter : [Attachment 156272] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 00:54:57 PDT 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Arko Saha <arko at motorola.com>'s
request for review:
Bug 93071: [Microdata] document.getItems() must treat no token as no parameter
https://bugs.webkit.org/show_bug.cgi?id=93071

Attachment 156272: Patch
https://bugs.webkit.org/attachment.cgi?id=156272&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=156272&action=review


> Source/WebCore/dom/MicroDataItemList.cpp:68
> +    if (m_originalTypeNames == undefinedItemType() || !m_typeNames.size())

Should we change undefinedItemType() to be ''?


More information about the webkit-reviews mailing list