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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h

Issue 2755603003: [Refactor] Update template files for callback functions (Closed)
Patch Set: work for comments Created 3 years, 9 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/core/LongCallbackFunction.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h
index 1bf142c63cefd3bb5d3edb13a00ae67a860e1249..b5967826e327201992b7e7f77b24909179a315b2 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h
@@ -26,11 +26,11 @@ class ScriptState;
class CORE_EXPORT LongCallbackFunction final : public GarbageCollectedFinalized<LongCallbackFunction>, public TraceWrapperBase {
public:
- static LongCallbackFunction* create(ScriptState* scriptState, v8::Local<v8::Value> callback);
+ static LongCallbackFunction* create(ScriptState*, v8::Local<v8::Value> callback);
~LongCallbackFunction() = default;
- DECLARE_TRACE();
+ DEFINE_INLINE_TRACE() {}
DECLARE_TRACE_WRAPPERS();
bool call(ScriptWrappable* scriptWrappable, int32_t num1, int32_t num2, int32_t& returnValue);

Powered by Google App Engine
This is Rietveld 408576698