Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index a52f4f21ddb657eab045d1f8c1ae5fa09d1cc949..fff3be3856bdd7bc5db787980248fdb9416cb0e0 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -74,6 +74,7 @@ public: |
virtual bool isVideoElement() const OVERRIDE { return true; } |
virtual bool wouldTaintOrigin(SecurityOrigin*) const OVERRIDE; |
virtual FloatSize sourceSize() const OVERRIDE; |
+ virtual const KURL& sourceURL() const OVERRIDE { return currentSrc(); } |
private: |
HTMLVideoElement(Document&); |