| Index: third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleSheetCollection.h b/third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| index 1cb62a22624a69d521146b082f74c9386d95651b..29a45822bbab468192a3f89dbf614d9abf1091a8 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| @@ -59,6 +59,8 @@ public:
|
| void appendActiveStyleSheet(CSSStyleSheet*);
|
| void appendSheetForList(StyleSheet*);
|
|
|
| + void purgeMemory();
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
|
|