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

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

Issue 1303173007: Oilpan: Unship Oilpan from CSSValues Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/css/Rect.h ('k') | Source/core/css/StylePropertySerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/Rect.cpp
diff --git a/Source/core/css/Rect.cpp b/Source/core/css/Rect.cpp
index ac9e128e4a76c74fdaff35835a917364f520c16c..df8f7c1b580f2603daa69a60f4a03c2b7db66f33 100644
--- a/Source/core/css/Rect.cpp
+++ b/Source/core/css/Rect.cpp
@@ -7,14 +7,4 @@
namespace blink {
-DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase)
-
-DEFINE_TRACE(RectBase)
-{
- visitor->trace(m_top);
- visitor->trace(m_right);
- visitor->trace(m_bottom);
- visitor->trace(m_left);
-}
-
}
« no previous file with comments | « Source/core/css/Rect.h ('k') | Source/core/css/StylePropertySerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698