| 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 1ff4b284b27257a323a66bf6328ede12bf7c6467..d44bf641f4cfaa47d60d3a61b16fd455a037e9ff 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -183,6 +183,8 @@ public:
|
| StyleResolverStats* stats() { return m_styleResolverStats.get(); }
|
| void setStatsEnabled(bool);
|
|
|
| + void purgeMemory();
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| DECLARE_TRACE_WRAPPERS();
|
|
|