Index: chrome/test/functional/webrtc_brutality_test.py |
=================================================================== |
--- chrome/test/functional/webrtc_brutality_test.py (revision 210952) |
+++ chrome/test/functional/webrtc_brutality_test.py (working copy) |
@@ -66,7 +66,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__': |