diff options
author | Paul Rouget <me@paulrouget.com> | 2018-02-07 14:31:57 +0100 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2018-02-13 09:40:06 +0100 |
commit | da349ee8a951c76b62ddc3ee77a46ad63ad9bcaf (patch) | |
tree | fd81b9b9d4a1af20d1db59a2d04022059a09aab3 /components/script/dom/webidls/HTMLIFrameElement.webidl | |
parent | e7c754fb64bf200cf64f7c7c4104f8489d117965 (diff) | |
download | servo-da349ee8a951c76b62ddc3ee77a46ad63ad9bcaf.tar.gz servo-da349ee8a951c76b62ddc3ee77a46ad63ad9bcaf.zip |
remove mozbrowser code
Diffstat (limited to 'components/script/dom/webidls/HTMLIFrameElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLIFrameElement.webidl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/components/script/dom/webidls/HTMLIFrameElement.webidl b/components/script/dom/webidls/HTMLIFrameElement.webidl index bcccb34cb0a..fec8768e8e8 100644 --- a/components/script/dom/webidls/HTMLIFrameElement.webidl +++ b/components/script/dom/webidls/HTMLIFrameElement.webidl @@ -46,13 +46,3 @@ partial interface HTMLIFrameElement { // [CEReactions, TreatNullAs=EmptyString] // attribute DOMString marginWidth; }; - -partial interface HTMLIFrameElement { - [CEReactions, Func="::dom::window::Window::global_is_mozbrowser"] - attribute boolean mozbrowser; - - [CEReactions, Func="::dom::window::Window::global_is_mozbrowser"] - attribute boolean mozprivatebrowsing; -}; - -HTMLIFrameElement implements BrowserElement; |