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

Unified Diff: third_party/WebKit/Source/modules/storage/StorageNamespaceController.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/modules/storage/StorageNamespaceController.cpp
diff --git a/third_party/WebKit/Source/modules/storage/StorageNamespaceController.cpp b/third_party/WebKit/Source/modules/storage/StorageNamespaceController.cpp
index 60f39a5b19e16f8514a7a7123fa30fa99424fcd5..8b290a3ddbaf064089f27f4f47c2cdf6f251e4eb 100644
--- a/third_party/WebKit/Source/modules/storage/StorageNamespaceController.cpp
+++ b/third_party/WebKit/Source/modules/storage/StorageNamespaceController.cpp
@@ -27,7 +27,7 @@ StorageNamespaceController::~StorageNamespaceController()
DEFINE_TRACE(StorageNamespaceController)
{
- HeapSupplement<Page>::trace(visitor);
+ Supplement<Page>::trace(visitor);
visitor->trace(m_inspectorAgent);
}

Powered by Google App Engine
This is Rietveld 408576698