Index: third_party/WebKit/Source/core/page/PagePopupSupplement.cpp |
diff --git a/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp b/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp |
index 7dc610715295f5b56268d67aa095bed71eabd7ef..292269915552e540ddd0839a0a38be327c925203 100644 |
--- a/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp |
+++ b/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp |
@@ -67,7 +67,7 @@ void PagePopupSupplement::uninstall(LocalFrame& frame) |
DEFINE_TRACE(PagePopupSupplement) |
{ |
visitor->trace(m_controller); |
- HeapSupplement<LocalFrame>::trace(visitor); |
+ Supplement<LocalFrame>::trace(visitor); |
} |
} // namespace blink |