| Index: sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/DocumentStyleSheetCollection.h b/sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| index e2ad6518bb57946317a7e82032a346780ee5d80f..dc60006240028ab40eb47b360603db7dc94b4bb6 100644
|
| --- a/sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| @@ -38,7 +38,7 @@ class TreeScope;
|
|
|
| class DocumentStyleSheetCollection final : public TreeScopeStyleSheetCollection {
|
| WTF_MAKE_NONCOPYABLE(DocumentStyleSheetCollection);
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassOwnPtr<DocumentStyleSheetCollection> create(TreeScope& treeScope)
|
| {
|
|
|