commit | 8788167b9b6ef3f8875899e59fdfd19dac5f4734 | [log] [tgz] |
---|---|---|
author | fischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Sep 03 18:58:12 2013 |
committer | fischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Sep 03 18:58:12 2013 |
tree | 77e88cfae73f4b86c3a5808bbec0c5d23db167f7 | |
parent | c8c32638be5562ff66530189c7ad339aa9fffac4 [diff] |
PeerConnection Java: explicitly cast DataChannel* to jlong for Java. Otherwise on 32-bit ARM Android the nativeDataChannel param the Java ctor sees is a 64-bit value whose low 32 bits are the pointer, and whose high 32-bits are garbage. BUG=2302 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2114004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4665 4adac7df-926f-26a2-2b94-8c16560cd09d