| Index: third_party/WebCore/html/HTMLDetailsElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLDetailsElement.idl b/third_party/WebCore/html/HTMLDetailsElement.idl
|
| index 5ad9508c995ab5b56f66f47c401472b98c431428..087f083ff5ffe2b90cf31fe5b5d15c6f84df9192 100644
|
| --- a/third_party/WebCore/html/HTMLDetailsElement.idl
|
| +++ b/third_party/WebCore/html/HTMLDetailsElement.idl
|
| @@ -18,8 +18,9 @@
|
| */
|
|
|
| module html {
|
| -
|
| - interface HTMLDetailsElement : HTMLElement {
|
| + interface [
|
| + Conditional=DETAILS_ELEMENT
|
| + ] HTMLDetailsElement : HTMLElement {
|
| attribute [Reflect] boolean open;
|
| };
|
|
|
|
|