Index: Source/core/html/canvas/HitRegion.cpp |
diff --git a/Source/core/html/canvas/HitRegion.cpp b/Source/core/html/canvas/HitRegion.cpp |
index ba25dd998385f56c65fb577f303701a9a2716d9d..d436f45a87cab471ee616f1c80042b24274bbc9a 100644 |
--- a/Source/core/html/canvas/HitRegion.cpp |
+++ b/Source/core/html/canvas/HitRegion.cpp |
@@ -155,4 +155,6 @@ void HitRegionManager::trace(Visitor* visitor) |
visitor->trace(m_hitRegionControlMap); |
} |
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(HitRegionManager) |
+ |
} // namespace WebCore |