Bug 46479 - Remove dead code and fix header includes in ResourceHandleWin
Summary: Remove dead code and fix header includes in ResourceHandleWin
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on:
Blocks: 43712
  Show dependency treegraph
 
Reported: 2010-09-24 10:21 PDT by Patrick R. Gansterer
Modified: 2010-09-27 11:42 PDT (History)
5 users (show)

See Also:


Attachments
Patch (14.77 KB, patch)
2010-09-24 10:24 PDT, Patrick R. Gansterer
no flags Details | Formatted Diff | Diff
Patch (14.83 KB, patch)
2010-09-24 10:31 PDT, Patrick R. Gansterer
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2010-09-24 10:21:00 PDT
see patch

THE LAST ONE!!! \O/
Comment 1 Patrick R. Gansterer 2010-09-24 10:24:47 PDT
Created attachment 68705 [details]
Patch
Comment 2 Darin Adler 2010-09-24 10:27:22 PDT
Comment on attachment 68705 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=68705&action=review

> WebCore/ChangeLog:5
> +        Remove dead code and fix headser includes in ResourceHandleWin

Typo: "headser".

> WebCore/platform/network/ResourceHandleInternal.h:100
> +            , m_loadSynchronously(false)

Why are you adding this? Adding a new data member does not match up with your description of this patch.
Comment 3 Patrick R. Gansterer 2010-09-24 10:31:32 PDT
Created attachment 68706 [details]
Patch
Comment 4 Adam Barth 2010-09-26 22:08:15 PDT
Comment on attachment 68706 [details]
Patch

Nice.
Comment 5 WebKit Commit Bot 2010-09-26 23:05:18 PDT
Comment on attachment 68706 [details]
Patch

Clearing flags on attachment: 68706

Committed r68371: <http://trac.webkit.org/changeset/68371>
Comment 6 WebKit Commit Bot 2010-09-26 23:05:23 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Andrey Kosyakov 2010-09-27 08:00:34 PDT
JFYI, this broke the build. Bots were fine though, apparently due to stale copy of ResourceHandleWin.h under WebKitBuild/include. Fixed at r68384.
Comment 8 Eric Seidel (no email) 2010-09-27 11:02:40 PDT
Is this then indicative of a build system bug for Windows which needs to be filed?
Comment 9 Andrey Kosyakov 2010-09-27 11:42:20 PDT
(In reply to comment #8)
> Is this then indicative of a build system bug for Windows which needs to be filed?

Filed as https://bugs.webkit.org/show_bug.cgi?id=46479
Comment 10 Andrey Kosyakov 2010-09-27 11:42:52 PDT
(In reply to comment #9)
> (In reply to comment #8)
> > Is this then indicative of a build system bug for Windows which needs to be filed?
> 
> Filed as https://bugs.webkit.org/show_bug.cgi?id=46479

Sorry, typo. Filed as https://bugs.webkit.org/show_bug.cgi?id=46638