Bug 107063

Summary: [soup] Fix build warning in ResourceHandleSoup.cpp
Product: WebKit Reporter: dh-kim <dhkim715>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: danw, dglazkov, gustavo, mrobinson, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description dh-kim 2013-01-16 16:42:39 PST
The restartedCallback has unused parameter 'message', comment out it to fix 'unused parameter' build warning.
Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:378:13: warning: unused parameter 'message' [-Wunused-parameter]
Comment 1 dh-kim 2013-01-16 16:49:07 PST
Created attachment 183062 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-16 17:48:37 PST
Comment on attachment 183062 [details]
Patch

Attachment 183062 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/15914566

New failing tests:
inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Comment 3 WebKit Review Bot 2013-01-16 18:21:48 PST
Comment on attachment 183062 [details]
Patch

Clearing flags on attachment: 183062

Committed r139946: <http://trac.webkit.org/changeset/139946>
Comment 4 WebKit Review Bot 2013-01-16 18:21:52 PST
All reviewed patches have been landed.  Closing bug.