| Index: third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementRareData.cpp b/third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| index 762b596895a88c497aa5af53521bb0224cb57cb7..bcdadcb110173c86f6de2cda6f8cc2d4682a3376 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| @@ -49,6 +49,11 @@ CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* o
|
| return *m_cssomWrapper;
|
| }
|
|
|
| +CSSStyleDeclaration* ElementRareData::inlineCSSStyleDeclaration() const
|
| +{
|
| + return m_cssomWrapper;
|
| +}
|
| +
|
| AttrNodeList& ElementRareData::ensureAttrNodeList()
|
| {
|
| if (!m_attrNodeList)
|
|
|