Bug 32154 - [Android] bridge/jni includes JSC-specific code
Summary: [Android] bridge/jni includes JSC-specific code
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: 32157 33558 33561 33586 33589 33672 33898 33901 33951 33953 33958 34166 34468
Blocks:
  Show dependency treegraph
 
Reported: 2009-12-04 06:12 PST by Steve Block
Modified: 2010-02-02 08:11 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2009-12-04 06:12:00 PST
Much of the code in bridge/jni is specific to JSC. This causes problems on Android, where we can build with JSC or V8.

We need to make sure the existing JSC-specific code is not used in V8 builds, and add the corresponding V8-specific code required by Android.

This bug will act as the meta-bug for the multiple bugs and patches required to fix this.
Comment 1 Steve Block 2010-02-02 08:11:14 PST
All blocking bugs are now resolved.