| Index: third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.h b/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.h
|
| index 1fa20e89dd1043c07a060c5b3586906cee6e5a35..c2b2faf6e320a6a97bd38b781f729c05f2c99e49 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.h
|
| @@ -16,8 +16,7 @@ public:
|
| static StylePropertyMap* getComputedStyleMap(const DOMWindow&, Element* element, const String& pseudoElement)
|
| {
|
| DCHECK(element);
|
| - CSSComputedStyleDeclaration* computedStyleDeclaration = CSSComputedStyleDeclaration::create(element, false, pseudoElement);
|
| - return ComputedStylePropertyMap::create(computedStyleDeclaration);
|
| + return ComputedStylePropertyMap::create(element, pseudoElement);
|
| }
|
| };
|
|
|
|
|