Bug 36221 - [Android] V8 bindings lack ENABLE(WORKERS) guards
Summary: [Android] V8 bindings lack ENABLE(WORKERS) guards
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 07:57 PDT by Steve Block
Modified: 2010-03-17 08:26 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2010-03-17 08:01 PDT, Steve Block
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2010-03-17 07:57:28 PDT
The V8 bindings lack ENABLE(WORKERS) guards. This causes build errors on Android, which no longer enables workers.
Comment 1 Steve Block 2010-03-17 08:01:03 PDT
Created attachment 50907 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2010-03-17 08:06:09 PDT
Comment on attachment 50907 [details]
Patch

ok.
Comment 3 Steve Block 2010-03-17 08:26:30 PDT
Committed r56112: <http://trac.webkit.org/changeset/56112>