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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 09:54:12 PDT 2011


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


Bill Budge <bbudge at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #96574|0                           |1
        is obsolete|                            |
  Attachment #96574|review?                     |
               Flag|                            |
  Attachment #96599|                            |review?, commit-queue?
               Flag|                            |




--- Comment #27 from Bill Budge <bbudge at gmail.com>  2011-06-09 09:54:12 PST ---
Created an attachment (id=96599)
 --> (https://bugs.webkit.org/attachment.cgi?id=96599&action=review)
Proposed Patch

ASSERT_UNUSED didn't compile for me:

    ASSERT_UNUSED(timer == &m_errorTimer, timer);


Source/WebKit/chromium/src/AssociatedURLLoader.cpp: In member function 'void WebKit::AssociatedURLLoader::ClientAdapter::notifyError(WebCore::Timer<WebKit::AssociatedURLLoader::ClientAdapter>*)':
Source/WebKit/chromium/src/AssociatedURLLoader.cpp:191: error: void value not ignored as it ought to be
make: *** [out/Release/obj.target/webkit/Source/WebKit/chromium/src/AssociatedURLLoader.o] Error 1

I grepped for other usages and didn't find any in Source/WebKit/chromium.

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