Bug 24112 - Change to include WorkerObjectProxy.h instead of WorkerMessagingProxy.h in WorkerContext.cpp and WorkerScriptController.cpp
Summary: Change to include WorkerObjectProxy.h instead of WorkerMessagingProxy.h in Wo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 18:32 PST by Jian Li
Modified: 2009-02-24 01:46 PST (History)
2 users (show)

See Also:


Attachments
Proposed Patch (1.56 KB, patch)
2009-02-23 18:37 PST, Jian Li
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2009-02-23 18:32:37 PST
We need to change the included file in WorkerContext.cpp and WorkerScriptController.cpp from WorkerMessagingProxy.h to WorkerObjectProxy.h since we only need to refer the declarations in the latter one.
Comment 1 Jian Li 2009-02-23 18:37:15 PST
Created attachment 27899 [details]
Proposed Patch
Comment 2 Alexey Proskuryakov 2009-02-24 00:24:35 PST
Comment on attachment 27899 [details]
Proposed Patch

r=me
Comment 3 Alexey Proskuryakov 2009-02-24 00:25:14 PST
This patch has tabs in ChangeLog, which will need to be fixed when landing.
Comment 4 David Levin 2009-02-24 01:46:43 PST
Committed as r41174.