diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLIFrameElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLIFrameElement.webidl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLIFrameElement.webidl b/components/script/dom/webidls/HTMLIFrameElement.webidl index bf547c8930a..5fe4ef7a661 100644 --- a/components/script/dom/webidls/HTMLIFrameElement.webidl +++ b/components/script/dom/webidls/HTMLIFrameElement.webidl @@ -7,7 +7,8 @@ interface HTMLIFrameElement : HTMLElement { attribute DOMString src; // attribute DOMString srcdoc; // attribute DOMString name; - attribute DOMString sandbox; + [SameObject, PutForwards=value] + readonly attribute DOMTokenList sandbox; // attribute boolean seamless; // attribute boolean allowFullscreen; attribute DOMString width; |