diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2015-05-02 12:27:42 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2015-05-14 18:28:39 +0200 |
commit | b86672af0c16d234150ac79297458f199c853825 (patch) | |
tree | daaef697f759ca4401728363e710c989502c3161 /components/script/dom/webidls/HTMLAppletElement.webidl | |
parent | 2176aab6425d3350bd9893fdb5bec6b53614a918 (diff) | |
download | servo-b86672af0c16d234150ac79297458f199c853825.tar.gz servo-b86672af0c16d234150ac79297458f199c853825.zip |
Implement HTMLAppletElement.name
Diffstat (limited to 'components/script/dom/webidls/HTMLAppletElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLAppletElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLAppletElement.webidl b/components/script/dom/webidls/HTMLAppletElement.webidl index ff86973dac4..b7f6350de53 100644 --- a/components/script/dom/webidls/HTMLAppletElement.webidl +++ b/components/script/dom/webidls/HTMLAppletElement.webidl @@ -12,7 +12,7 @@ interface HTMLAppletElement : HTMLElement { // attribute DOMString codeBase; // attribute DOMString height; // attribute unsigned long hspace; - // attribute DOMString name; + attribute DOMString name; // attribute DOMString _object; // the underscore is not part of the identifier // attribute unsigned long vspace; // attribute DOMString width; |