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

Unified Diff: third_party/WebKit/Source/core/page/PagePopupSupplement.cpp

Issue 1846913009: HeapSupplements are now just Supplements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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
« no previous file with comments | « third_party/WebKit/Source/core/page/PagePopupSupplement.h ('k') | third_party/WebKit/Source/core/paint/PaintTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698