Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h

Issue 2605683002: Remove ActiveDOMCallback (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4641bb36d73adfd809d3636fdba322ff055beefe..04bab17f0e3eeeabb18eae579a47f29675fa690f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h
@@ -5,7 +5,6 @@
#ifndef V8IntersectionObserverCallback_h
#define V8IntersectionObserverCallback_h
-#include "bindings/core/v8/ActiveDOMCallback.h"
#include "bindings/core/v8/DOMWrapperWorld.h"
#include "bindings/core/v8/ScopedPersistent.h"
#include "core/CoreExport.h"
@@ -14,10 +13,7 @@
namespace blink {
class V8IntersectionObserverCallback final
- : public IntersectionObserverCallback,
- public ActiveDOMCallback {
- USING_GARBAGE_COLLECTED_MIXIN(V8IntersectionObserverCallback);
-
+ : public IntersectionObserverCallback {
public:
CORE_EXPORT V8IntersectionObserverCallback(v8::Local<v8::Function>,
v8::Local<v8::Object>,

Powered by Google App Engine
This is Rietveld 408576698