Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: third_party/WebKit/LayoutTests/fast/imagecapture/ImageCapture-creation.html

Issue 2776553002: Image Capture.idl: s/videoStreamTrack/track/ (Closed)
Patch Set: Update global-interface-listing-expected.txt Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/imagecapture/ImageCapture-creation.html
diff --git a/third_party/WebKit/LayoutTests/fast/imagecapture/ImageCapture-creation.html b/third_party/WebKit/LayoutTests/fast/imagecapture/ImageCapture-creation.html
index 4b1f4b85c66c63357a905f6fdb817574d3bf545e..91e1a80694287fcbc23f99b6fc9423c1ce96fc83 100644
--- a/third_party/WebKit/LayoutTests/fast/imagecapture/ImageCapture-creation.html
+++ b/third_party/WebKit/LayoutTests/fast/imagecapture/ImageCapture-creation.html
@@ -19,7 +19,7 @@ function makeAsyncTest(modifyTrack, message) {
assert_false(videoTrack.muted);
var capturer = new ImageCapture(videoTrack);
- assert_equals(capturer.videoStreamTrack, videoTrack);
+ assert_equals(capturer.track, videoTrack);
modifyTrack(videoTrack);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698