Index: Source/core/html/HTMLTrackElement.cpp |
diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp |
index 280020b9c9492064b690dfce5aed6e874b2551cb..7dfe53d4a82b68a0450f2c6d1616ec327a1e643d 100644 |
--- a/Source/core/html/HTMLTrackElement.cpp |
+++ b/Source/core/html/HTMLTrackElement.cpp |
@@ -207,7 +207,7 @@ bool HTMLTrackElement::canLoadUrl(const KURL& url) |
return false; |
} |
- return dispatchBeforeLoadEvent(url.string()); |
+ return true; |
} |
void HTMLTrackElement::didCompleteLoad(LoadStatus status) |