Index: Source/core/dom/ScopedWindowFocusAllowedIndicator.h |
diff --git a/Source/core/dom/ScopedWindowFocusAllowedIndicator.h b/Source/core/dom/ScopedWindowFocusAllowedIndicator.h |
index edaca3c9a4de54c55f4eba16754fb7d9900c010b..66e353b2372140699e32306e3d0f6a086747788a 100644 |
--- a/Source/core/dom/ScopedWindowFocusAllowedIndicator.h |
+++ b/Source/core/dom/ScopedWindowFocusAllowedIndicator.h |
@@ -12,6 +12,7 @@ |
namespace blink { |
class ScopedWindowFocusAllowedIndicator final { |
+ WTF_MAKE_FAST_ALLOCATED(ScopedWindowFocusAllowedIndicator); |
WTF_MAKE_NONCOPYABLE(ScopedWindowFocusAllowedIndicator); |
public: |
explicit ScopedWindowFocusAllowedIndicator(ExecutionContext* executionContext) |