| Index: sky/engine/core/dom/StyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/StyleSheetCollection.h b/sky/engine/core/dom/StyleSheetCollection.h
|
| index a8bfdc22cdb825d9905f36303ddb756ed9acdb6a..6f26cc3ff5283a31452c84dfbe55609120e6bdc4 100644
|
| --- a/sky/engine/core/dom/StyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/StyleSheetCollection.h
|
| @@ -38,9 +38,9 @@ namespace blink {
|
| class CSSStyleSheet;
|
| class StyleSheet;
|
|
|
| -class StyleSheetCollection : public DummyBase<StyleSheetCollection> {
|
| +class StyleSheetCollection {
|
| WTF_MAKE_NONCOPYABLE(StyleSheetCollection);
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| friend class ActiveDocumentStyleSheetCollector;
|
| friend class ImportedDocumentStyleSheetCollector;
|
|
|