summaryrefslogtreecommitdiffstats
path: root/dom/webidl/ShadowRoot.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/ShadowRoot.webidl')
-rw-r--r--dom/webidl/ShadowRoot.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/webidl/ShadowRoot.webidl b/dom/webidl/ShadowRoot.webidl
index 47e6cf5ec..83acd4161 100644
--- a/dom/webidl/ShadowRoot.webidl
+++ b/dom/webidl/ShadowRoot.webidl
@@ -32,6 +32,5 @@ interface ShadowRoot : DocumentFragment
[CEReactions, SetterThrows, TreatNullAs=EmptyString]
attribute DOMString innerHTML;
attribute boolean applyAuthorStyles;
- readonly attribute StyleSheetList styleSheets;
};