Bug 26831

Summary: Fix compiler warning in WorkerLoaderProxy.h
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
fixwarning.patch levin: review+

Description Xan Lopez 2009-06-29 23:58:45 PDT
Try to fix the following warning in ../../WebCore/workers/WorkerLoaderProxy.h:40: warning: declaration ‘class WebCore::ScriptExecutionContext::Task’ does not declare anything.

Explanation in the attached patch.
Comment 1 Xan Lopez 2009-06-29 23:59:11 PDT
Created attachment 32035 [details]
fixwarning.patch

Fix warning.
Comment 2 David Levin 2009-06-30 00:20:02 PDT
Comment on attachment 32035 [details]
fixwarning.patch

Please add a link to the bug in the changelog.
Comment 3 Xan Lopez 2009-06-30 00:24:43 PDT
Landed as r45365 with URL added to the ChangeLog, thanks.