| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 083ed51d91f4be61eec1603eeb3ac754d5ea3198..b9c15a796333dd6ca0af74568997e9f56ff8c095 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -1255,8 +1255,7 @@ void Document::addNonAttachedStyle(Element& element,
|
| }
|
|
|
| ComputedStyle* Document::getNonAttachedStyle(Element& element) {
|
| - RefPtr<ComputedStyle> style = m_nonAttachedStyle.get(&element);
|
| - return style.get();
|
| + return m_nonAttachedStyle.get(&element);
|
| }
|
|
|
| /*
|
|
|