Bug 34803

Summary: WebPreferences.cpp fails to compile under VS2010 RC due to #include of shfolder.h
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sfalken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Windows XP   
Attachments:
Description Flags
Patch darin: review+

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>