Bug 60478 - Fix build in WebCore/xml/XSLTProcessorLibxslt.cpp
Summary: Fix build in WebCore/xml/XSLTProcessorLibxslt.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ben Murdoch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 09:54 PDT by Ben Murdoch
Modified: 2011-05-10 05:34 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.04 KB, patch)
2011-05-10 02:37 PDT, Ben Murdoch
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Murdoch 2011-05-09 09:54:04 PDT
XSLTProcessorLibxslt.cpp needs is missing an include of CString.h.

patch to follow.
Comment 1 Ben Murdoch 2011-05-10 02:37:32 PDT
Created attachment 92932 [details]
Patch

Patch. Looks like r54495 introduced a dependency on CString yet r73679 removed the include.
Comment 2 Steve Block 2011-05-10 05:09:13 PDT
Comment on attachment 92932 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2011-05-10 05:33:58 PDT
Comment on attachment 92932 [details]
Patch

Clearing flags on attachment: 92932

Committed r86144: <http://trac.webkit.org/changeset/86144>
Comment 4 WebKit Commit Bot 2011-05-10 05:34:01 PDT
All reviewed patches have been landed.  Closing bug.