Index: Source/core/html/HTMLMediaElement.cpp |
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp |
index c9cae175834b46c52946bd3f18c395b5362cdc8a..a5adf383e59fb4a14797a2a504602cdf954bf89f 100644 |
--- a/Source/core/html/HTMLMediaElement.cpp |
+++ b/Source/core/html/HTMLMediaElement.cpp |
@@ -2849,7 +2849,7 @@ KURL HTMLMediaElement::selectNextSourceChild(ContentType* contentType, String* k |
bool okToLoadSourceURL; |
NodeVector potentialSourceNodes; |
- getChildNodes(this, potentialSourceNodes); |
+ getChildNodes(*this, potentialSourceNodes); |
for (unsigned i = 0; !canUseSourceElement && i < potentialSourceNodes.size(); ++i) { |
node = potentialSourceNodes[i].get(); |