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

Unified Diff: Source/core/inspector/V8AsyncCallTracker.h

Issue 829503002: Oilpan: fix build after r187699. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing WorkerInspectorController tracing Created 6 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: Source/core/inspector/V8AsyncCallTracker.h
diff --git a/Source/core/inspector/V8AsyncCallTracker.h b/Source/core/inspector/V8AsyncCallTracker.h
index eeb22eda4b7db7f6c57b9d8cf3b7b8863f31c041..5bcb357f3a914b5b11076a8363a2313b2daa2465 100644
--- a/Source/core/inspector/V8AsyncCallTracker.h
+++ b/Source/core/inspector/V8AsyncCallTracker.h
@@ -19,6 +19,7 @@ class ScriptState;
class V8AsyncCallTracker final : public NoBaseWillBeGarbageCollectedFinalized<V8AsyncCallTracker>, public ScriptState::Observer, public InspectorDebuggerAgent::AsyncCallTrackingListener {
WTF_MAKE_NONCOPYABLE(V8AsyncCallTracker);
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(V8AsyncCallTracker);
public:
explicit V8AsyncCallTracker(InspectorDebuggerAgent*);
~V8AsyncCallTracker();

Powered by Google App Engine
This is Rietveld 408576698