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

Unified Diff: Source/core/html/canvas/HitRegion.cpp

Issue 329853011: Oilpan: fix build after r176674. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/html/canvas/HitRegion.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/html/canvas/HitRegion.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698