Bug 23596 - XMLHttpRequest.cpp no longer compiles without USE(JSC)
Summary: XMLHttpRequest.cpp no longer compiles without USE(JSC)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Fisher (:fishd, Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 12:46 PST by Darin Fisher (:fishd, Google)
Modified: 2009-01-28 16:02 PST (History)
0 users

See Also:


Attachments
v1 patch (914 bytes, patch)
2009-01-28 12:47 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) 2009-01-28 12:46:49 PST
XMLHttpRequest.cpp no longer compiles without USE(JSC)

It simply needs a #include "SecurityOrigin.h"

Patch coming up...
Comment 1 Darin Fisher (:fishd, Google) 2009-01-28 12:47:46 PST
Created attachment 27117 [details]
v1 patch
Comment 2 Eric Seidel (no email) 2009-01-28 15:07:11 PST
Comment on attachment 27117 [details]
v1 patch

r=me
Comment 3 Darin Fisher (:fishd, Google) 2009-01-28 16:02:14 PST
http://trac.webkit.org/changeset/40337