Index: Source/core/html/HTMLTrackElement.idl |
diff --git a/Source/core/html/HTMLTrackElement.idl b/Source/core/html/HTMLTrackElement.idl |
index 6a0b1c7ce3fe81a068a67e9ea7c074fdd02511aa..d15c8c42df32e86f85efae0ac988ee7d59bbcad4 100644 |
--- a/Source/core/html/HTMLTrackElement.idl |
+++ b/Source/core/html/HTMLTrackElement.idl |
@@ -27,7 +27,7 @@ |
RuntimeEnabled=VideoTrack |
] interface HTMLTrackElement : HTMLElement { |
attribute DOMString kind; |
- [Reflect, TreatNullAs=NullString, URL] attribute DOMString src; |
+ [Reflect, URL] attribute DOMString src; |
attribute DOMString srclang; |
attribute DOMString label; |
[Reflect] attribute boolean default; |