Index: Source/WebCore/html/DOMURL.cpp |
=================================================================== |
--- Source/WebCore/html/DOMURL.cpp (revision 125644) |
+++ Source/WebCore/html/DOMURL.cpp (working copy) |
@@ -68,7 +68,7 @@ |
return String(); |
MediaSourceRegistry::registry().registerMediaSourceURL(publicURL, source); |
- scriptExecutionContext->publicURLManager().sourceURLs().add(publicURL.string()); |
+ scriptExecutionContext->publicURLManager().streamURLs().add(publicURL.string()); |
return publicURL.string(); |
} |