summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLSourceElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLSourceElement.idl')
-rw-r--r--WebCore/html/HTMLSourceElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLSourceElement.idl b/WebCore/html/HTMLSourceElement.idl
index f7229f1..61dc4d0 100644
--- a/WebCore/html/HTMLSourceElement.idl
+++ b/WebCore/html/HTMLSourceElement.idl
@@ -25,7 +25,7 @@
module html {
interface [Conditional=VIDEO] HTMLSourceElement : HTMLElement {
- attribute [Reflect,NonEmpty,URL] DOMString src;
+ attribute [Reflect,URL] DOMString src;
attribute DOMString type;
attribute DOMString media;
};