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

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

Issue 809023003: Oilpan: fix build after r187362. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/InspectorDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
index f70837e9c4a63fbb87ef5cbca332cf6c6deb4353..9cebaf13f9d0207a41570a676186aef9724140e0 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDebuggerAgent.h
@@ -68,7 +68,6 @@ class InspectorDebuggerAgent
, public InspectorBackendDispatcher::DebuggerCommandHandler {
WTF_MAKE_NONCOPYABLE(InspectorDebuggerAgent);
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InspectorDebuggerAgent);
public:
enum BreakpointSource {
UserBreakpointSource,

Powered by Google App Engine
This is Rietveld 408576698