Bug 22519 - Unnecessary include in XMLTokenizer.cpp
Summary: Unnecessary include in XMLTokenizer.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Fisher (:fishd, Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-26 16:14 PST by Darin Fisher (:fishd, Google)
Modified: 2008-11-26 16:27 PST (History)
0 users

See Also:


Attachments
v1 patch (897 bytes, patch)
2008-11-26 16:16 PST, Darin Fisher (:fishd, Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Fisher (:fishd, Google) 2008-11-26 16:14:47 PST
Unnecessary include in XMLTokenizer.cpp

#include "StringSourceProvider.h" <-- can be removed
Comment 1 Darin Fisher (:fishd, Google) 2008-11-26 16:16:00 PST
Created attachment 25542 [details]
v1 patch
Comment 2 Eric Seidel (no email) 2008-11-26 16:20:25 PST
Comment on attachment 25542 [details]
v1 patch

Since you told me in person that this still compiles on Mac, this looks fine.
Comment 3 Darin Fisher (:fishd, Google) 2008-11-26 16:27:04 PST
http://trac.webkit.org/changeset/38793