RESOLVED FIXED 22248
AtomicString.cpp uses JSC types outside of #if USE(JSC)
https://bugs.webkit.org/show_bug.cgi?id=22248
Summary AtomicString.cpp uses JSC types outside of #if USE(JSC)
Darin Fisher (:fishd, Google)
Reported 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.
Attachments
v1 patch (1.44 KB, patch)
2008-11-13 16:28 PST, Darin Fisher (:fishd, Google)
darin: review+
Darin Fisher (:fishd, Google)
Comment 1 2008-11-13 16:28:50 PST
Created attachment 25141 [details] v1 patch
Darin Adler
Comment 2 2008-11-13 16:33:15 PST
Comment on attachment 25141 [details] v1 patch r=me
Darin Fisher (:fishd, Google)
Comment 3 2008-11-13 19:52:12 PST
Note You need to log in before you can comment on or make changes to this bug.