Bug 25139

Summary: Build needs to work if ENABLE(WORKERS) is false
Product: WebKit Reporter: Grace Kloba <klobag>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
The patch to fix the bug darin: review+

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