Bug 55218 - getJNIEnv() passes wrong type to AttachCurrentThread() for JNIEnv argument on Android
Summary: getJNIEnv() passes wrong type to AttachCurrentThread() for JNIEnv argument on...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Steve Block
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-25 07:47 PST by Steve Block
Modified: 2011-02-28 03:40 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2011-02-25 07:50 PST, Steve Block
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2011-02-25 07:47:01 PST
getJNIEnv() passes wrong type to AttachCurrentThread() for JNIEnv argument on Android
Comment 1 Steve Block 2011-02-25 07:48:10 PST
AttachCurrentThread() in Android's JVM takes a JINEnv** argument.
Comment 2 Steve Block 2011-02-25 07:50:49 PST
Created attachment 83813 [details]
Patch
Comment 3 Jeremy Orlow 2011-02-25 12:48:08 PST
Comment on attachment 83813 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2011-02-28 03:40:38 PST
Comment on attachment 83813 [details]
Patch

Clearing flags on attachment: 83813

Committed r79852: <http://trac.webkit.org/changeset/79852>
Comment 5 WebKit Commit Bot 2011-02-28 03:40:42 PST
All reviewed patches have been landed.  Closing bug.