Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSValuePool.h |
| diff --git a/third_party/WebKit/Source/core/css/CSSValuePool.h b/third_party/WebKit/Source/core/css/CSSValuePool.h |
| index 7d40d6395fb5f93710525f80876d60f8c475a11e..11d9bdc2ce2f2c3b1f7a352998cfd4766d9e3e1b 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSValuePool.h |
| +++ b/third_party/WebKit/Source/core/css/CSSValuePool.h |
| @@ -62,6 +62,7 @@ public: |
| DECLARE_TRACE(); |
| private: |
| + friend class ExecutionContext; |
| CSSValuePool(); |
| Member<CSSInheritedValue> m_inheritedValue; |