Index: Source/core/dom/shadow/ShadowRoot.h |
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h |
index 43091ff3ecb6104f1b1fb75ee70067a3814547f5..c75aa0d26613a24f0ecbe5947295617144d8997d 100644 |
--- a/Source/core/dom/shadow/ShadowRoot.h |
+++ b/Source/core/dom/shadow/ShadowRoot.h |
@@ -113,9 +113,6 @@ public: |
bool applyAuthorStyles() const { return m_applyAuthorStyles; } |
void setApplyAuthorStyles(bool); |
- bool resetStyleInheritance() const { return m_resetStyleInheritance; } |
- void setResetStyleInheritance(bool); |
- |
ShadowRoot* olderShadowRoot() const { return next(); } |
String innerHTML() const; |
@@ -167,7 +164,6 @@ private: |
OwnPtr<ShadowRootRareData> m_shadowRootRareData; |
unsigned m_numberOfStyles : 27; |
unsigned m_applyAuthorStyles : 1; |
- unsigned m_resetStyleInheritance : 1; |
unsigned m_type : 1; |
unsigned m_registeredWithParentShadowRoot : 1; |
unsigned m_descendantInsertionPointsIsValid : 1; |