| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| index 5b95e1925395597097e8edd45e60d47b177fdfd2..2876c89096620cd4448d5027e8bc74be00b743dc 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -117,7 +117,6 @@ class CORE_EXPORT ShadowRoot final : public DocumentFragment, public TreeScope {
|
|
|
| // For Internals, don't use this.
|
| unsigned childShadowRootCount() const { return m_childShadowRootCount; }
|
| - unsigned numberOfStyles() const { return m_numberOfStyles; }
|
|
|
| void recalcStyle(StyleRecalcChange);
|
|
|
| @@ -170,7 +169,6 @@ class CORE_EXPORT ShadowRoot final : public DocumentFragment, public TreeScope {
|
| Member<ShadowRootRareDataV0> m_shadowRootRareDataV0;
|
| Member<StyleSheetList> m_styleSheetList;
|
| Member<SlotAssignment> m_slotAssignment;
|
| - unsigned m_numberOfStyles : 14;
|
| unsigned m_childShadowRootCount : 13;
|
| unsigned m_type : 2;
|
| unsigned m_registeredWithParentShadowRoot : 1;
|
|
|