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