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

Unified Diff: Source/bindings/core/v8/V8MutationCallback.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/V8Initializer.h ('k') | Source/bindings/core/v8/V8NPUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8MutationCallback.h
diff --git a/Source/bindings/core/v8/V8MutationCallback.h b/Source/bindings/core/v8/V8MutationCallback.h
index 9d3dcbfbaac1a406be14f553bfc7e3a6c3290ab6..3b40f94dfd91c827a18d0b62286459e33eb7249a 100644
--- a/Source/bindings/core/v8/V8MutationCallback.h
+++ b/Source/bindings/core/v8/V8MutationCallback.h
@@ -40,6 +40,7 @@ class ExecutionContext;
class V8MutationCallback final : public MutationCallback, public ActiveDOMCallback {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(V8MutationCallback);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(V8MutationCallback);
public:
static PassOwnPtrWillBeRawPtr<V8MutationCallback> create(v8::Local<v8::Function> callback, v8::Local<v8::Object> owner, ScriptState* scriptState)
{
« no previous file with comments | « Source/bindings/core/v8/V8Initializer.h ('k') | Source/bindings/core/v8/V8NPUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698