Bug 35360

Summary: [chromium] WebCookieJar.h is missing a WebString.h include
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: WebKit APIAssignee: Darin Fisher (:fishd, Google) <fishd>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
v1 patch
none
v2 patch (better changelog entry) levin: review+

Description Darin Fisher (:fishd, Google) 2010-02-24 14:26:31 PST
[chromium] WebCookieJar.h is missing a WebString.h include

This is required since some of the methods have implementations that return a WebString.
Comment 1 Darin Fisher (:fishd, Google) 2010-02-24 14:27:14 PST
Created attachment 49436 [details]
v1 patch
Comment 2 Darin Fisher (:fishd, Google) 2010-02-24 14:30:53 PST
Created attachment 49438 [details]
v2 patch (better changelog entry)
Comment 3 Darin Fisher (:fishd, Google) 2010-02-25 09:13:44 PST
Landed as http://trac.webkit.org/changeset/55239