Index: Source/core/html/canvas/CanvasContextAttributes.cpp |
diff --git a/Source/core/html/canvas/CanvasContextAttributes.cpp b/Source/core/html/canvas/CanvasContextAttributes.cpp |
index 591bbf080c6658065377a6c32af8872ce17c7da8..e53392ae10287a9b7d3c369df6c5bdedfe9f24c6 100644 |
--- a/Source/core/html/canvas/CanvasContextAttributes.cpp |
+++ b/Source/core/html/canvas/CanvasContextAttributes.cpp |
@@ -34,8 +34,6 @@ CanvasContextAttributes::CanvasContextAttributes() |
{ |
} |
-CanvasContextAttributes::~CanvasContextAttributes() |
-{ |
-} |
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CanvasContextAttributes); |
} // namespace WebCore |