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

Unified Diff: Source/bindings/core/v8/ScheduledAction.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict Created 5 years, 4 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
« no previous file with comments | « Source/bindings/core/v8/RetainedObjectInfo.h ('k') | Source/bindings/core/v8/ScopedPersistent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScheduledAction.h
diff --git a/Source/bindings/core/v8/ScheduledAction.h b/Source/bindings/core/v8/ScheduledAction.h
index e7669e05eab9efaa5614f3bb653fe99d258562c2..29257f998640b39fa503351e86558681b874d4cd 100644
--- a/Source/bindings/core/v8/ScheduledAction.h
+++ b/Source/bindings/core/v8/ScheduledAction.h
@@ -47,6 +47,7 @@ class WorkerGlobalScope;
class ScheduledAction final : public NoBaseWillBeGarbageCollectedFinalized<ScheduledAction> {
WTF_MAKE_NONCOPYABLE(ScheduledAction);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ScheduledAction);
public:
static PassOwnPtrWillBeRawPtr<ScheduledAction> create(ScriptState*, const ScriptValue& handler, const Vector<ScriptValue>& arguments);
static PassOwnPtrWillBeRawPtr<ScheduledAction> create(ScriptState*, const String& handler);
« no previous file with comments | « Source/bindings/core/v8/RetainedObjectInfo.h ('k') | Source/bindings/core/v8/ScopedPersistent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698