[Webkit-unassigned] [Bug 24017] Remove some usage of Document in Worker.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 19 14:22:15 PST 2009


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27808|review?                     |review+
               Flag|                            |




------- Comment #4 from ap at webkit.org  2009-02-19 14:22 PDT -------
(From update of attachment 27808)
r=me

> +        virtual String userAgent(const KURL&) const { return m_userAgent; }

There isn't much good in inlining this virtual function - it is unlikely to
ever be called in a way that can be inlined. There also isn't a lot of use in
keeping the implementation in header as documentation, nor a significant win in
brevity.


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



More information about the webkit-unassigned mailing list