| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 8b1f7cc7a71543bf64058ed01c05b3591cea8e77..ee066c4d93e3a9c86bf9293010107b6ccc3e83ce 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -267,6 +267,8 @@ private:
|
|
|
| OwnPtr<StyleResolverStats> m_styleResolverStats;
|
| unsigned m_styleForElementCount = 0;
|
| +
|
| + friend class StyleEngineTest;
|
| };
|
|
|
| } // namespace blink
|
|
|