Index: Source/core/html/canvas/HitRegion.cpp |
diff --git a/Source/core/html/canvas/HitRegion.cpp b/Source/core/html/canvas/HitRegion.cpp |
index d436f45a87cab471ee616f1c80042b24274bbc9a..41c6ad6d3f565b4667c92469f6d840adb1745ae6 100644 |
--- a/Source/core/html/canvas/HitRegion.cpp |
+++ b/Source/core/html/canvas/HitRegion.cpp |
@@ -115,6 +115,7 @@ void HitRegionManager::removeAllHitRegions() |
{ |
m_hitRegionList.clear(); |
m_hitRegionIdMap.clear(); |
+ m_hitRegionControlMap.clear(); |
} |
HitRegion* HitRegionManager::getHitRegionById(const String& id) const |