[Webkit-unassigned] [Bug 26279] REGRESSION: typing in gmail pegs CPU

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 16:19:43 PDT 2009


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31755|                            |review+
               Flag|                            |
  Attachment #31755|1                           |0
        is obsolete|                            |




------- Comment #32 from mitz at webkit.org  2009-06-23 16:19 PDT -------
(From update of attachment 31755)
> +        RefPtr<RenderStyle> style = m_node->computedStyle();

You should change this to a plain pointer, since computedStyle() returns a
pointer and you don’t do anything that could result in the style being
deref()ed. I think you have commit access, so you don’t need to post an updated
patch :)


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