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 683145ae15
commit d52931c7eb

View File

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