| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 45bc7517a5dd5020d733f34672f8317665d4c9d8..c129d6b298538affbc2de795b479bf57d74409b3 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -512,7 +512,7 @@ const ComputedStyle* CSSComputedStyleDeclaration::computeComputedStyle() const
|
| {
|
| Node* styledNode = this->styledNode();
|
| ASSERT(styledNode);
|
| - return styledNode->ensureComputedStyle(styledNode->isPseudoElement() ? NOPSEUDO : m_pseudoElementSpecifier);
|
| + return styledNode->ensureComputedStyle(styledNode->isPseudoElement() ? PseudoIdNone : m_pseudoElementSpecifier);
|
| }
|
|
|
| Node* CSSComputedStyleDeclaration::styledNode() const
|
|
|