Bug 22248 - AtomicString.cpp uses JSC types outside of #if USE(JSC)
Summary: AtomicString.cpp uses JSC types outside of #if USE(JSC)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (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-13 16:27 PST by Darin Fisher (:fishd, Google)
Modified: 2008-11-13 19:52 PST (History)
0 users

See Also:


Attachments
v1 patch (1.44 KB, patch)
2008-11-13 16:28 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) 2008-11-13 16:27:40 PST
AtomicString.cpp uses JSC types outside of #if USE(JSC)

The header file has these methods in an #if USE(JSC) block, so it seems like the source file should have the same.
Comment 1 Darin Fisher (:fishd, Google) 2008-11-13 16:28:50 PST
Created attachment 25141 [details]
v1 patch
Comment 2 Darin Adler 2008-11-13 16:33:15 PST
Comment on attachment 25141 [details]
v1 patch

r=me
Comment 3 Darin Fisher (:fishd, Google) 2008-11-13 19:52:12 PST
http://trac.webkit.org/changeset/38380