[Webkit-unassigned] [Bug 10735] Clicking in SVG results causes WebKit to consume 100% CPU for several minutes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 19 08:27:41 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=10735


darin at apple.com changed:

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




------- Comment #10 from darin at apple.com  2007-02-19 08:27 PDT -------
(From update of attachment 13237)
+friend class PositionIterator;

Normaly we'd indent this kind of friend declaration.

Could we make the helper functions public instead of private? Then
PositionIterator would not need to be a friend.

Why does Position need to be a friend of PositionIterator?

r=me, anyway


-- 
Configure bugmail: http://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