| Index: sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| index 06c3ecec2b8f7ca6c07a337853c1c9a88555fcce..e10b67dd72522697591c8ff0a989f71b1278590a 100644
|
| --- a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -38,7 +38,7 @@ class StyleEngine;
|
|
|
| class ShadowTreeStyleSheetCollection final : public TreeScopeStyleSheetCollection {
|
| WTF_MAKE_NONCOPYABLE(ShadowTreeStyleSheetCollection);
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
|
|
|
|
|