[Webkit-unassigned] [Bug 37203] Add layoutTestController.setPrinting()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 12:21:42 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #12 from Darin Adler <darin at apple.com>  2010-04-27 12:21:42 PST ---
(From update of attachment 54441)
>  PrintContext::~PrintContext()
>  {
> -    ASSERT(!m_isPrinting);
> +    if (m_isPrinting)
> +        end();
>      m_pageRects.clear();
>  }

Can you remove any of the explicit end() calls now?

r=me

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