fix for 18861
Convert ByteRanges to class (was interface) git-svn-id: svn://10.0.0.236/trunk@58081 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -88,7 +88,7 @@ void ByteRanges::FreeByteRanges(nsByteRange * ranges) {
|
||||
}
|
||||
|
||||
void ByteRanges::Initialize(JNIEnv *env) {
|
||||
jclass clazz = env->FindClass("org/mozilla/pluglet/mozilla/ByteRangesImpl");
|
||||
jclass clazz = env->FindClass("org/mozilla/pluglet/mozilla/ByteRanges");
|
||||
if(!clazz) {
|
||||
env->ExceptionDescribe();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user