diff options
Diffstat (limited to 'src/components/script/dom/webidls/HTMLMapElement.webidl')
-rw-r--r-- | src/components/script/dom/webidls/HTMLMapElement.webidl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/script/dom/webidls/HTMLMapElement.webidl b/src/components/script/dom/webidls/HTMLMapElement.webidl index 88fe4e54c95..bab62839739 100644 --- a/src/components/script/dom/webidls/HTMLMapElement.webidl +++ b/src/components/script/dom/webidls/HTMLMapElement.webidl @@ -16,6 +16,4 @@ interface HTMLMapElement : HTMLElement { attribute DOMString name; [Constant] readonly attribute HTMLCollection areas; - // Not supported yet. - //readonly attribute HTMLCollection images; }; |