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

Unified Diff: Source/core/css/Rect.h

Issue 184853006: Remove unneeded destructors and add finalization support to various classes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
Index: Source/core/css/Rect.h
diff --git a/Source/core/css/Rect.h b/Source/core/css/Rect.h
index 71417e0da25f7043802a9cca7bc953dae467622f..a6b7d9d57c09a493e4d2304ceedd3c1a270aa84e 100644
--- a/Source/core/css/Rect.h
+++ b/Source/core/css/Rect.h
@@ -49,8 +49,6 @@ public:
void trace(Visitor*);
- ~RectBase() { }
-
protected:
RectBase() { }
RectBase(const RectBase& cloneFrom)

Powered by Google App Engine
This is Rietveld 408576698