| Index: Source/core/frame/FrameClient.h
|
| diff --git a/Source/core/frame/FrameClient.h b/Source/core/frame/FrameClient.h
|
| index 7e25a8e6914dd7175fcd4f046164a9030345e1e0..b172140468f95b9d2497e52d570274a15b2c1e52 100644
|
| --- a/Source/core/frame/FrameClient.h
|
| +++ b/Source/core/frame/FrameClient.h
|
| @@ -17,6 +17,7 @@ class SecurityOrigin;
|
| enum class FrameDetachType;
|
|
|
| class CORE_EXPORT FrameClient : public NoBaseWillBeGarbageCollectedFinalized<FrameClient> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(FrameClient);
|
| public:
|
| virtual bool inShadowTree() const = 0;
|
|
|
|
|