| Index: third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| index 87c5da631ac137f0b8345247185dc9a3c981ec38..d23b8e0e11e74a972eae438a3697e4a0e594f2ed 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| @@ -690,8 +690,7 @@ TEST_F(AnimationAnimationTest, TimeToNextEffectSimpleCancelledBeforeStart) {
|
| }
|
|
|
| TEST_F(AnimationAnimationTest, AttachedAnimations) {
|
| - Persistent<Element> element =
|
| - document->createElement("foo", ASSERT_NO_EXCEPTION);
|
| + Persistent<Element> element = document->createElement("foo");
|
|
|
| Timing timing;
|
| KeyframeEffect* keyframeEffect =
|
|
|