Bug 35202

Summary: Calling Java method which accepts Object always passes a null argument
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
proposed fix mjs: review+

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
*** Bug 35203 has been marked as a duplicate of this bug. ***
Comment 2 Alexey Proskuryakov 2010-02-20 18:45:04 PST
Created attachment 49139 [details]
proposed fix
Comment 3 Maciej Stachowiak 2010-02-20 20:56:37 PST
Comment on attachment 49139 [details]
proposed fix

r=me
Comment 4 Alexey Proskuryakov 2010-02-20 22:02:07 PST
Committed <http://trac.webkit.org/changeset/55059>.