diff options
Diffstat (limited to 'WebCore/html/HTMLEmbedElement.idl')
-rw-r--r-- | WebCore/html/HTMLEmbedElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLEmbedElement.idl b/WebCore/html/HTMLEmbedElement.idl index 4997210..e395fc6 100644 --- a/WebCore/html/HTMLEmbedElement.idl +++ b/WebCore/html/HTMLEmbedElement.idl @@ -32,7 +32,7 @@ module html { attribute [Reflect] long height; #endif attribute [Reflect] DOMString name; - attribute [Reflect] DOMString src; + attribute [Reflect, URL] DOMString src; attribute [Reflect] DOMString type; #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT attribute [Reflect] DOMString width; |