Index: test/functional/webrtc_brutality_test.py |
=================================================================== |
--- test/functional/webrtc_brutality_test.py (revision 191906) |
+++ test/functional/webrtc_brutality_test.py (working copy) |
@@ -65,7 +65,7 @@ |
def _GetUserMediaWithoutTakingAction(self, tab_index): |
self.assertEquals('ok-requested', self.ExecuteJavascript( |
- 'getUserMedia("{ audio: true, video: true, }")', tab_index=0)) |
+ 'doGetUserMedia("{ audio: true, video: true, }")', tab_index=0)) |
if __name__ == '__main__': |