| 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 c3bb62e2a47ede0a85a4922c595c7914449f3184..131b0936f0be1b9a85af8433bc8c1f3d0d9975a6 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementRareData.h
|
| +++ b/third_party/WebKit/Source/core/dom/ElementRareData.h
|
| @@ -88,7 +88,7 @@ public:
|
| NamedNodeMap* attributeMap() const { return m_attributeMap.get(); }
|
| void setAttributeMap(NamedNodeMap* attributeMap) { m_attributeMap = attributeMap; }
|
|
|
| - ComputedStyle* ensureComputedStyle() const { return m_computedStyle.get(); }
|
| + ComputedStyle* computedStyle() const { return m_computedStyle.get(); }
|
| void setComputedStyle(PassRefPtr<ComputedStyle> computedStyle) { m_computedStyle = computedStyle; }
|
| void clearComputedStyle() { m_computedStyle = nullptr; }
|
|
|
|
|