Index: third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
index a7038a59a2273cabc059c277869f8868f5551e02..fb643a9c838a73765bf0174d98b278f160d9d843 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
@@ -9,7 +9,7 @@ |
description("This tests the constructor for the MediaStreamEvent DOM class."); |
var testObject = {nyannyan: 123}; |
-var mediaStream = new webkitMediaStream(); |
+var mediaStream = new MediaStream(); |
// No initializer is passed. |
shouldBe("new MediaStreamEvent('eventType').bubbles", "false"); |