| Index: third_party/WebKit/Source/core/dom/ElementRareData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementRareData.h b/third_party/WebKit/Source/core/dom/ElementRareData.h
|
| index 975e5797bcd5c72fb1fb52a0168b8bb740481176..2c938e591a49d934f54c44ad513ff74c2583a8ba 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementRareData.h
|
| +++ b/third_party/WebKit/Source/core/dom/ElementRareData.h
|
| @@ -70,6 +70,7 @@ public:
|
| }
|
|
|
| CSSStyleDeclaration& ensureInlineCSSStyleDeclaration(Element* ownerElement);
|
| + CSSStyleDeclaration* inlineCSSStyleDeclaration() const;
|
|
|
| void clearShadow() { m_shadow = nullptr; }
|
| ElementShadow* shadow() const { return m_shadow.get(); }
|
|
|