| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index c7621823000638564efbe61495ac885631c85ae2..40fb7061422249f922d41900ac5eb3d56ae591f5 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -54,8 +54,9 @@ class StyleRuleFontFace;
|
| class StyleSheet;
|
| class StyleSheetContents;
|
|
|
| -class CORE_EXPORT StyleEngine final : public CSSFontSelectorClient {
|
| +class CORE_EXPORT StyleEngine final : public NoBaseWillBeGarbageCollectedFinalized<StyleEngine>, public CSSFontSelectorClient {
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(StyleEngine);
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StyleEngine);
|
| public:
|
|
|
| class IgnoringPendingStylesheet : public TemporaryChange<bool> {
|
|
|