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); |
} |