Bug 38907

Summary: PluginView contains JSC-specific code
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: android-webkit-unforking, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Android   
OS: Android   
Attachments:
Description Flags
Patch none

Steve Block
Reported 2010-05-11 07:23:16 PDT
PluginView contains JSC-specific code. This causes build errors on Android, which can use JSC or V8. This can be solved by guarding calls to JSLock with USE(JSC) and refactoring to use platform independent methods.
Attachments
Patch (5.80 KB, patch)
2010-05-11 08:44 PDT, Steve Block
no flags
Steve Block
Comment 1 2010-05-11 08:44:57 PDT
Eric Seidel (no email)
Comment 2 2010-05-20 01:18:50 PDT
Comment on attachment 55705 [details] Patch LGTM.
Steve Block
Comment 3 2010-05-20 02:06:21 PDT
Comment on attachment 55705 [details] Patch Clearing flags on attachment: 55705 Committed r59826: <http://trac.webkit.org/changeset/59826>
Steve Block
Comment 4 2010-05-20 02:06:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.