Index: Source/core/html/HTMLVideoElement.idl |
diff --git a/Source/core/html/HTMLVideoElement.idl b/Source/core/html/HTMLVideoElement.idl |
index de0ba9c8bed4a6d31f8b98ad671fdfbdbdd67027..3032eae10af3127738365993c7ab80f30c405cd5 100644 |
--- a/Source/core/html/HTMLVideoElement.idl |
+++ b/Source/core/html/HTMLVideoElement.idl |
@@ -30,7 +30,7 @@ |
[Reflect] attribute unsigned long height; |
readonly attribute unsigned long videoWidth; |
readonly attribute unsigned long videoHeight; |
- [Reflect, TreatNullAs=NullString, URL] attribute DOMString poster; |
+ [Reflect, URL] attribute DOMString poster; |
[MeasureAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen; |
[MeasureAs=PrefixedVideoDisplayingFullscreen] readonly attribute boolean webkitDisplayingFullscreen; |