Bug 1075492: Fix broken ./mach webapprt-test-chrome on OSX (due to v2 signature changes). r=myk

This commit is contained in:
Stephen Pohl 2014-10-01 20:38:50 -04:00
Родитель 2b34b65e9e
Коммит a7c6a0c75a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -114,7 +114,8 @@ main(int argc, char **argv)
firefoxPath = PathToWebRT(alternateBinaryID);
NSLog(@"USING FIREFOX : %@", firefoxPath);
NSString *myWebRTPath = [myBundle pathForAuxiliaryExecutable: @"webapprt"];
NSString* myWebRTPath = [myBundle pathForResource:@"webapprt"
ofType:nil];
if (!myWebRTPath) {
@throw MakeException(@"Missing Web Runtime Files", @"Cannot locate binary for this App");
}