| Index: Source/web/InspectorOverlayImpl.cpp | 
| diff --git a/Source/web/InspectorOverlayImpl.cpp b/Source/web/InspectorOverlayImpl.cpp | 
| index 4c97242fc7556a478601f65fa136708a77311fa8..3ebb7ca1528a141463889d9ba863870649c2009d 100644 | 
| --- a/Source/web/InspectorOverlayImpl.cpp | 
| +++ b/Source/web/InspectorOverlayImpl.cpp | 
| @@ -88,7 +88,7 @@ private: | 
| InspectorOverlayImpl* m_overlay; | 
| }; | 
|  | 
| -class InspectorOverlayStub : public NoBaseWillBeGarbageCollected<InspectorOverlayStub>, public InspectorOverlay { | 
| +class InspectorOverlayStub : public NoBaseWillBeGarbageCollectedFinalized<InspectorOverlayStub>, public InspectorOverlay { | 
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(InspectorOverlayStub); | 
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InspectorOverlayStub); | 
| public: | 
|  |