Bug 23597

Summary: Make it possible to compile Database.cpp when USE(JSC) is not defined
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: WebCore Misc.Assignee: 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 darin: review+

Description Darin Fisher (:fishd, Google) 2009-01-28 12:51:09 PST
Make it possible to compile Database.cpp when USE(JSC) is not defined

It just needs a couple #if USE(JSC) lines.
Comment 1 Darin Fisher (:fishd, Google) 2009-01-28 12:54:18 PST
Created attachment 27118 [details]
v1 patch
Comment 2 Darin Adler 2009-01-28 15:33:39 PST
Comment on attachment 27118 [details]
v1 patch

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