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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h

Issue 2434763002: [wrapper-tracing] Bring remoteplayback up to date (Closed)
Patch Set: Reset bingings results Created 4 years, 2 months 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/modules/VoidCallbackFunctionModules.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h
index 1bf6a3e353a56b9871d5627cbf915952bf0cf6a5..295eae25f511a69d7c47dbac97522d93f01726f8 100644
--- a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h
@@ -10,6 +10,7 @@
#define VoidCallbackFunctionModules_h
#include "bindings/core/v8/ScopedPersistent.h"
+#include "bindings/core/v8/ScriptWrappable.h"
#include "modules/ModulesExport.h"
#include "platform/heap/Handle.h"
#include "wtf/text/WTFString.h"
@@ -18,7 +19,8 @@ namespace blink {
class ScriptState;
-class MODULES_EXPORT VoidCallbackFunctionModules final : public GarbageCollectedFinalized<VoidCallbackFunctionModules> {
+class MODULES_EXPORT VoidCallbackFunctionModules final : public GarbageCollectedFinalized<VoidCallbackFunctionModules>,
+ public TraceWrapperBase {
public:
static VoidCallbackFunctionModules* create(v8::Isolate* isolate, v8::Local<v8::Function> callback)
{
@@ -28,6 +30,7 @@ public:
~VoidCallbackFunctionModules() = default;
DECLARE_TRACE();
+ DECLARE_TRACE_WRAPPERS();
bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable);

Powered by Google App Engine
This is Rietveld 408576698