| Index: third_party/WebKit/Source/wtf/text/StringImplCF.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp b/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
|
| index b1a521513cf801e510febc52118642776a5620ef..66402d8bdd485e5754b919e1df6fcf1e211b9dd7 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
|
| @@ -38,7 +38,6 @@ static const void* retain(const void* info) {
|
| return info;
|
| }
|
|
|
| -NO_RETURN_DUE_TO_ASSERT
|
| static void release(const void*) {
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|