[Webkit-unassigned] [Bug 60059] AssociatedURLLoader reports some errors synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 10:05:18 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #28 from Darin Adler <darin at apple.com>  2011-06-09 10:05:17 PST ---
(In reply to comment #27)
> ASSERT_UNUSED didn't compile for me:
> 
>     ASSERT_UNUSED(timer == &m_errorTimer, timer);

That’s because Adam’s example had the arguments backwards. Instead do this:

    ASSERT_UNUSED(timer, timer == &m_errorTimer);

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