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

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

Issue 1018043002: Oilpan: fix build after r192098. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: non-oilpan tidy Created 5 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
« no previous file with comments | « Source/core/inspector/InspectorOverlay.h ('k') | Source/core/inspector/InspectorOverlayImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlayImpl.h
diff --git a/Source/core/inspector/InspectorOverlayImpl.h b/Source/core/inspector/InspectorOverlayImpl.h
index 29ed60e179b76ea693fdb45e93efa7f762669d87..d8476fbcf675aa442fd617d877877b8fdd562742 100644
--- a/Source/core/inspector/InspectorOverlayImpl.h
+++ b/Source/core/inspector/InspectorOverlayImpl.h
@@ -55,8 +55,9 @@ class PlatformKeyboardEvent;
class PlatformMouseEvent;
class PlatformTouchEvent;
-class InspectorOverlayImpl final : public InspectorOverlay, public InspectorOverlayHost::Listener {
+class InspectorOverlayImpl final : public NoBaseWillBeGarbageCollectedFinalized<InspectorOverlayImpl>, public InspectorOverlay, public InspectorOverlayHost::Listener {
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InspectorOverlayImpl);
public:
class Client {
public:
« no previous file with comments | « Source/core/inspector/InspectorOverlay.h ('k') | Source/core/inspector/InspectorOverlayImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698