| Index: chrome/test/functional/media_stream_infobar.py
|
| diff --git a/chrome/test/functional/media_stream_infobar.py b/chrome/test/functional/media_stream_infobar.py
|
| index ce95a2b4d3c353c640e5861f93022edbcb2c0dee..72655927f1d958b60b981f41db6fe07ecfd9a794 100755
|
| --- a/chrome/test/functional/media_stream_infobar.py
|
| +++ b/chrome/test/functional/media_stream_infobar.py
|
| @@ -70,7 +70,7 @@ class MediaStreamInfobarTest(webrtc_test_base.WebrtcTestBase):
|
| self.NavigateToURL(url)
|
|
|
| self.assertEquals('ok-requested', self.ExecuteJavascript(
|
| - 'getUserMedia(true, true, {})'))
|
| + 'getUserMedia(true, true, "{}")'))
|
|
|
| self.WaitForInfobarCount(1)
|
| self.PerformActionOnInfobar(with_action, infobar_index=0)
|
|
|