| Index: webrtc/api/java/jni/jni_helpers.h
|
| diff --git a/webrtc/api/java/jni/jni_helpers.h b/webrtc/api/java/jni/jni_helpers.h
|
| index 05a956508c44a3545adc1538a64d440f79c743cf..87c5ca48f22e1089bd8cf2ad39468cc17c82e8bb 100644
|
| --- a/webrtc/api/java/jni/jni_helpers.h
|
| +++ b/webrtc/api/java/jni/jni_helpers.h
|
| @@ -72,8 +72,7 @@ jint GetIntField(JNIEnv* jni, jobject object, jfieldID id);
|
|
|
| bool GetBooleanField(JNIEnv* jni, jobject object, jfieldID id);
|
|
|
| -// Java references to "null" can only be distinguished as such in C++ by
|
| -// creating a local reference, so this helper wraps that logic.
|
| +// Returns true if |obj| == null in Java.
|
| bool IsNull(JNIEnv* jni, jobject obj);
|
|
|
| // Given a UTF-8 encoded |native| string return a new (UTF-16) jstring.
|
|
|