| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 54e7006d413636fb57d274f3255fe9bb084019be..d25bcaaa4fdd94b9bd7919e849a5198ea1528b86 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -46,6 +46,7 @@ class StyleColor;
|
| class StylePropertyShorthand;
|
|
|
| class CORE_EXPORT CSSComputedStyleDeclaration final : public CSSStyleDeclaration {
|
| + friend class ComputedStylePropertyMap;
|
| public:
|
| static CSSComputedStyleDeclaration* create(Node* node, bool allowVisitedStyle = false, const String& pseudoElementName = String())
|
| {
|
|
|