RESOLVED FIXED 25139
Build needs to work if ENABLE(WORKERS) is false
https://bugs.webkit.org/show_bug.cgi?id=25139
Summary Build needs to work if ENABLE(WORKERS) is false
Grace Kloba
Reported 2009-04-10 17:04:25 PDT
There are couple of files under bindings/js include worker thread related header files without checking ENABLE(WORKERS). So the build can be broken if ENABLE(WORKERS) is 0.
Attachments
The patch to fix the bug (2.21 KB, patch)
2009-04-10 17:05 PDT, Grace Kloba
darin: review+
Grace Kloba
Comment 1 2009-04-10 17:05:46 PDT
Created attachment 29411 [details] The patch to fix the bug
Darin Adler
Comment 2 2009-04-10 17:10:33 PDT
Comment on attachment 29411 [details] The patch to fix the bug r=me
Darin Adler
Comment 3 2009-04-10 17:10:56 PDT
Note You need to log in before you can comment on or make changes to this bug.