Index: third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h b/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h |
index 18be3a881dcc23b2056b619d326f8faa473c7d2c..d0cdfbe3e6942b25930c2aae34cf7ab69d8228f3 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h |
@@ -14,7 +14,7 @@ |
namespace blink { |
class V8IntersectionObserverCallback final : public IntersectionObserverCallback, public ActiveDOMCallback { |
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(V8IntersectionObserverCallback); |
+ USING_GARBAGE_COLLECTED_MIXIN(V8IntersectionObserverCallback); |
public: |
CORE_EXPORT V8IntersectionObserverCallback(v8::Local<v8::Function>, v8::Local<v8::Object>, ScriptState*); |
~V8IntersectionObserverCallback() override; |