Bug 34803 - WebPreferences.cpp fails to compile under VS2010 RC due to #include of shfolder.h
Summary: WebPreferences.cpp fails to compile under VS2010 RC due to #include of shfold...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 08:32 PST by Adam Roben (:aroben)
Modified: 2010-02-10 08:51 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.00 KB, patch)
2010-02-10 08:33 PST, Adam Roben (:aroben)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-02-10 08:32:06 PST
Remove unnecessary #include of shfolder.h
Comment 1 Adam Roben (:aroben) 2010-02-10 08:33:53 PST
Created attachment 48505 [details]
Patch
Comment 2 Darin Adler 2010-02-10 08:34:42 PST
Comment on attachment 48505 [details]
Patch

rs=me

Build fixes like this also don't need review.
Comment 3 Adam Roben (:aroben) 2010-02-10 08:37:15 PST
(In reply to comment #2)
> Build fixes like this also don't need review.

I guess you're right. Build fixes for newer toolchains aren't *that* special.
Comment 4 Adam Roben (:aroben) 2010-02-10 08:51:43 PST
Committed r54604: <http://trac.webkit.org/changeset/54604>