[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 11:56:25 PST 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13243|                            |review?
               Flag|                            |
  Attachment #13237|0                           |1
        is obsolete|                            |




------- Comment #12 from mitz at webkit.org  2007-02-19 11:56 PDT -------
Created an attachment (id=13243)
 --> (http://bugs.webkit.org/attachment.cgi?id=13243&action=view)
Use an iterator that doesn't maintain child indices

(In reply to comment #10)
> Could we make the helper functions public instead of private? Then
> PositionIterator would not need to be a friend.

Done.

> Why does Position need to be a friend of PositionIterator?

The Position(const PositionIterator&) constructor accesses private members. I
left it this way in this patch because it's the lesser evil of the alternatives
I could think of.

Also fixed the indentation of the friend declaration and moved another star.


-- 
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