| Index: third_party/WebKit/Source/core/animation/EffectInputTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/animation/EffectInputTest.cpp b/third_party/WebKit/Source/core/animation/EffectInputTest.cpp
 | 
| index 5e94d278fead94036fab4635e3c997bb4059c419..a25aff27a8722e04fd8e3e9b99bc62f96022bfaf 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/EffectInputTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/animation/EffectInputTest.cpp
 | 
| @@ -20,7 +20,7 @@
 | 
|  namespace blink {
 | 
|  
 | 
|  Element* appendElement(Document& document) {
 | 
| -  Element* element = document.createElement("foo", ASSERT_NO_EXCEPTION);
 | 
| +  Element* element = document.createElement("foo");
 | 
|    document.documentElement()->appendChild(element);
 | 
|    return element;
 | 
|  }
 | 
| 
 |