| Index: third_party/WebKit/Source/core/animation/PropertyHandle.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/PropertyHandle.cpp b/third_party/WebKit/Source/core/animation/PropertyHandle.cpp
|
| index ea9b1f8cd46440444f1347f0e75db2cb53d1f884..030be06b5d095a9ab360ffcd23c17767c9f24cf1 100644
|
| --- a/third_party/WebKit/Source/core/animation/PropertyHandle.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PropertyHandle.cpp
|
| @@ -32,7 +32,7 @@ unsigned PropertyHandle::hash() const
|
| case HandleSVGAttribute:
|
| return QualifiedNameHash::hash(*m_svgAttribute);
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return 0;
|
| }
|
| }
|
|
|