Bug 55218

Summary: getJNIEnv() passes wrong type to AttachCurrentThread() for JNIEnv argument on Android
Product: WebKit Reporter: Steve Block <steveblock>
Component: New BugsAssignee: Steve Block <steveblock>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jorlow, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Android   
OS: Android   
Attachments:
Description Flags
Patch none

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.