Bug 35203 - Calling Java method which accepts Object always passes a null argument
Summary: Calling Java method which accepts Object always passes a null argument
Status: RESOLVED DUPLICATE of bug 35202
Alias: None
Product: WebKit
Classification: Unclassified
Component: Java (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-02-20 18:42 PST by Alexey Proskuryakov
Modified: 2010-02-20 18:42 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-02-20 18:42:25 PST
Bug 9761 said that converting from JS to Java with target type java.lang.Object should produce a String object. This is actually more general, other types also need to be converted to appropriate objects.

<rdar://problem/4856597>
Comment 1 Alexey Proskuryakov 2010-02-20 18:42:54 PST

*** This bug has been marked as a duplicate of bug 35202 ***