Bustage fix for bug 601314 (botched merge). r=me, a=bustage

This commit is contained in:
Matt Brubeck 2010-10-04 10:13:50 -07:00
Родитель 3ed20df352
Коммит 1b21a6b462
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -477,14 +477,6 @@ AndroidBridge::AlertsProgressListener_OnProgress(const nsAString& aAlertName,
jstrName, aProgress, aProgressMax, jstrText);
}
void
AndroidBridge::ShowFilePicker(nsAString& aFilePath)
{
jstring jstr = static_cast<jstring>(mJNIEnv->CallStaticObjectMethod(
mGeckoAppShellClass, jShowFilePicker));
aFilePath.Assign(nsJNIString(jstr));
}
void
AndroidBridge::SetSurfaceView(jobject obj)
{