| Index: tools/telemetry/telemetry/core/chrome/browser_backend.py
|
| diff --git a/tools/telemetry/telemetry/core/chrome/browser_backend.py b/tools/telemetry/telemetry/core/chrome/browser_backend.py
|
| index 66c64dea9ba503d1d5e3d59530730af37ca6272e..9505684b81048de16a865c483c96bc5d5e5e5b96 100644
|
| --- a/tools/telemetry/telemetry/core/chrome/browser_backend.py
|
| +++ b/tools/telemetry/telemetry/core/chrome/browser_backend.py
|
| @@ -179,7 +179,7 @@ class BrowserBackend(object):
|
| self._chrome_branch_number = 1025
|
|
|
| def Request(self, path, timeout=None):
|
| - url = 'http://localhost:%i/json' % self._port
|
| + url = 'http://127.0.0.1:%i/json' % self._port
|
| if path:
|
| url += '/' + path
|
| req = urllib2.urlopen(url, timeout=timeout)
|
|
|