Bug 23597 - Make it possible to compile Database.cpp when USE(JSC) is not defined
Summary: Make it possible to compile Database.cpp when USE(JSC) is not defined
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: 2009-01-28 12:51 PST by Darin Fisher (:fishd, Google)
Modified: 2009-01-28 16:00 PST (History)
0 users

See Also:


Attachments
v1 patch (1.82 KB, patch)
2009-01-28 12:54 PST, Darin Fisher (:fishd, Google)
darin: 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: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