Bug 718961 - Make sure we copy the URI from the java to the C++ event for the VISITED event. r=blassey

This commit is contained in:
Kartikaya Gupta 2012-01-24 09:59:31 -05:00
parent d56a27891d
commit 7ddac5b99a

View File

@ -501,6 +501,11 @@ AndroidGeckoEvent::Init(JNIEnv *jenv, jobject jobj)
break;
}
case VISITED: {
ReadCharactersField(jenv);
break;
}
default:
break;
}