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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Steve Block
This code was removed in http://trac.webkit.org/changeset/93573 as part of removing the incomplete Android port.