Bug 25139 - Build needs to work if ENABLE(WORKERS) is false
Summary: Build needs to work if ENABLE(WORKERS) is false
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 17:04 PDT by Grace Kloba
Modified: 2009-04-10 17:10 PDT (History)
0 users

See Also:


Attachments
The patch to fix the bug (2.21 KB, patch)
2009-04-10 17:05 PDT, Grace Kloba
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grace Kloba 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.
Comment 1 Grace Kloba 2009-04-10 17:05:46 PDT
Created attachment 29411 [details]
The patch to fix the bug
Comment 2 Darin Adler 2009-04-10 17:10:33 PDT
Comment on attachment 29411 [details]
The patch to fix the bug

r=me
Comment 3 Darin Adler 2009-04-10 17:10:56 PDT
http://trac.webkit.org/changeset/42413