| 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 9e60eb74cb354f7c6e79f9bd2a47c73d245d7c7b..cbfc13967e6cb2036d0382f6b3b6ad89e0e97bb8 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;
|
|
|