Bug 23596

Summary: XMLHttpRequest.cpp no longer compiles without USE(JSC)
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: XMLAssignee: Darin Fisher (:fishd, Google) <fishd>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
v1 patch eric: review+

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