Chromium Code Reviews| Index: Source/core/html/HTMLShadowElement.idl |
| diff --git a/Source/core/html/HTMLShadowElement.idl b/Source/core/html/HTMLShadowElement.idl |
| index 44bc3570cef6ba69faa97c9863380fe965d6ba56..32c8340c43777e4a9e9394c4c839b46d2da53409 100644 |
| --- a/Source/core/html/HTMLShadowElement.idl |
| +++ b/Source/core/html/HTMLShadowElement.idl |
| @@ -29,6 +29,5 @@ |
| */ |
| interface HTMLShadowElement : HTMLElement { |
| - attribute boolean resetStyleInheritance; |
| [RuntimeEnabled=ShadowDOM] NodeList getDistributedNodes(); |
| }; |