Fix Chrome debugging

Reviewed By: dkoroskin

Differential Revision: D2572178

fb-gh-sync-id: 677f2eb5a7ff5ada2a4e66f86e90664787bef346
This commit is contained in:
Martin Konicek 2015-10-22 14:24:39 -07:00 committed by facebook-github-bot-6
parent dee96fbedc
commit 251a4086a7
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ import okio.Sink;
* @return the host to use when connecting to the bundle server from the host itself.
*/
private static String getHostForJSProxy() {
return "localhost";
return DEVICE_LOCALHOST;
}
/**