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:
idk%eng.sun.com
2000-01-18 07:28:22 +00:00
parent 43e50d2144
commit a8fa114a31
3 changed files with 26 additions and 53 deletions

View File

@@ -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;