Bug 26831 - Fix compiler warning in WorkerLoaderProxy.h
Summary: Fix compiler warning in WorkerLoaderProxy.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-29 23:58 PDT by Xan Lopez
Modified: 2009-06-30 00:24 PDT (History)
0 users

See Also:


Attachments
fixwarning.patch (2.16 KB, patch)
2009-06-29 23:59 PDT, Xan Lopez
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.