| 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..f44177b23760206379eca13d16eec81f93227610 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.h
|
| @@ -17,7 +17,7 @@ public:
|
| {
|
| DCHECK(element);
|
| CSSComputedStyleDeclaration* computedStyleDeclaration = CSSComputedStyleDeclaration::create(element, false, pseudoElement);
|
| - return ComputedStylePropertyMap::create(computedStyleDeclaration);
|
| + return ComputedStylePropertyMap::create(computedStyleDeclaration, element);
|
| }
|
| };
|
|
|
|
|