diff options
Diffstat (limited to 'dom/webidl/HTMLAreaElement.webidl')
-rw-r--r-- | dom/webidl/HTMLAreaElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLAreaElement.webidl b/dom/webidl/HTMLAreaElement.webidl index 7bef4a316c..ca9bbc8596 100644 --- a/dom/webidl/HTMLAreaElement.webidl +++ b/dom/webidl/HTMLAreaElement.webidl @@ -28,7 +28,7 @@ interface HTMLAreaElement : HTMLElement { [CEReactions, SetterThrows] attribute DOMString download; [CEReactions, SetterThrows] - attribute DOMString ping; + attribute USVString ping; [CEReactions, SetterThrows] attribute DOMString rel; [CEReactions, SetterThrows] |