[Webkit-unassigned] [Bug 35272] [Chromium] Implement WebDocument::getElementsByTagName

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 22:12:40 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35272


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49248|review?                     |review-
               Flag|                            |




--- Comment #4 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-02-22 22:12:40 PST ---
(From update of attachment 49248)
> Index: WebKit/chromium/public/WebDocument.h
...
>      WEBKIT_API WebElement getElementById(const WebString& id) const;
> +    WEBKIT_API WebNodeList getElementsByTagName(const WebString&);

hmm, it seems like getElementsByTagName (like getElementById) should be
a const method since it does not mutate WebDocument.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list