Bug 39476

Summary: Android should not require deprecated code path in JavaInstanceJSC.cpp
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Android   
OS: Android   

Steve Block
Reported 2010-05-21 01:46:52 PDT
Android requires the calls to callJNIMethodIDA() in JavaInstance::invokeMethod() for JSC. This code path is deprecated and is required only on Tiger when building for Mac. We should look into why Android requires this deprecated code path and remove the dependence on it. See Bug 39426
Attachments
Steve Block
Comment 1 2011-08-23 04:04:09 PDT
This code was removed in http://trac.webkit.org/changeset/93573 as part of removing the incomplete Android port.
Note You need to log in before you can comment on or make changes to this bug.