Index: Source/core/html/HTMLSourceElement.idl |
diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl |
index 5adb052756dc46c7899961317b8cee983833b2e4..754efb696476f0018d76f240497f962ef2573211 100644 |
--- a/Source/core/html/HTMLSourceElement.idl |
+++ b/Source/core/html/HTMLSourceElement.idl |
@@ -26,7 +26,7 @@ |
[ |
EnabledAtRuntime=Media |
] interface HTMLSourceElement : HTMLElement { |
-[Reflect, URL] attribute DOMString src; |
+[Reflect, TreatNullAs=NullString, URL] attribute DOMString src; |
attribute DOMString type; |
attribute DOMString media; |
}; |