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

Unified Diff: Source/core/animation/animatable/AnimatableValueTestHelper.h

Issue 1323433002: Remove EXPECT_REFV_EQ macro. It is unused. (Closed) 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/animatable/AnimatableValueTestHelper.h
diff --git a/Source/core/animation/animatable/AnimatableValueTestHelper.h b/Source/core/animation/animatable/AnimatableValueTestHelper.h
index a1559845b72580f5212093df2395c95597be60f5..ef7a4c1cfef8685c2c65ab57b7bac3fd76a0777c 100644
--- a/Source/core/animation/animatable/AnimatableValueTestHelper.h
+++ b/Source/core/animation/animatable/AnimatableValueTestHelper.h
@@ -51,11 +51,6 @@
#include "core/css/CSSValueTestHelper.h"
-// FIXME: Move to something like core/wtf/WTFTestHelpers.h
-// Compares the targets of two RefPtrs for equality.
-// (Objects still need an operator== defined for this to work).
-#define EXPECT_REFV_EQ(a, b) EXPECT_EQ(*(a.get()), *(b.get()))
-
namespace blink {
bool operator==(const AnimatableValue&, const AnimatableValue&);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698