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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.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/tests/results/core/V8TestCallbackInterface.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
index 182f129cd425a91bd73da89c2c17e27d62fdfb8a..af5a43268df47566a4620ab0bdaf39ba44b0aebe 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
@@ -12,7 +12,6 @@
#ifndef V8TestCallbackInterface_h
#define V8TestCallbackInterface_h
-#include "bindings/core/v8/ActiveDOMCallback.h"
#include "bindings/core/v8/DOMWrapperWorld.h"
#include "bindings/core/v8/ScopedPersistent.h"
#include "bindings/tests/idls/core/TestCallbackInterface.h"
@@ -20,8 +19,7 @@
namespace blink {
-class V8TestCallbackInterface final : public TestCallbackInterface, public ActiveDOMCallback {
- USING_GARBAGE_COLLECTED_MIXIN(V8TestCallbackInterface);
+class V8TestCallbackInterface final : public TestCallbackInterface {
public:
static V8TestCallbackInterface* create(v8::Local<v8::Function> callback, ScriptState* scriptState) {
return new V8TestCallbackInterface(callback, scriptState);

Powered by Google App Engine
This is Rietveld 408576698