Index: Source/core/animation/AnimationTest.cpp |
diff --git a/Source/core/animation/AnimationTest.cpp b/Source/core/animation/AnimationTest.cpp |
index f6c6bbe365c6c4ce8459592129af36c52f6378b6..22ae0335683ec9dfd09e27158a07e39a3bc4a1ca 100644 |
--- a/Source/core/animation/AnimationTest.cpp |
+++ b/Source/core/animation/AnimationTest.cpp |
@@ -28,6 +28,7 @@ protected: |
, element(document.createElement("foo", ASSERT_NO_EXCEPTION)) |
{ |
document.animationClock().resetTimeForTesting(document.timeline().zeroTime()); |
+ |
dstockwell
2014/11/12 03:39:42
Remove stray blank line.
samli
2014/11/12 20:01:13
Done.
|
EXPECT_EQ(0, document.timeline().currentTime()); |
} |