[webkit-reviews] review granted: [Bug 90174] Optimize Dromaeo/dom-attr.html by speeding up Element::getAttribute() : [Attachment 149945] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 08:24:12 PDT 2012


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 90174: Optimize Dromaeo/dom-attr.html by speeding up
Element::getAttribute()
https://bugs.webkit.org/show_bug.cgi?id=90174

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=149945&action=review


> Source/WebCore/dom/Element.h:146
>      const AtomicString& getAttributeNS(const String& namespaceURI, const
String& localName) const;

Should we do the same for getAttributeNS?


More information about the webkit-reviews mailing list