Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/text/StringConcatenate.h |
| diff --git a/third_party/WebKit/Source/wtf/text/StringConcatenate.h b/third_party/WebKit/Source/wtf/text/StringConcatenate.h |
| index 63a7c4e296292295007d7a15bff37fa10dac4e9e..b9c6d948a08e6e23d2ef7e9f5f4fb1e90adab565 100644 |
| --- a/third_party/WebKit/Source/wtf/text/StringConcatenate.h |
| +++ b/third_party/WebKit/Source/wtf/text/StringConcatenate.h |
| @@ -171,7 +171,7 @@ public: |
| bool is8Bit() { return false; } |
| - NO_RETURN_DUE_TO_CRASH void writeTo(LChar*) |
| + void writeTo(LChar*) |
| { |
| RELEASE_ASSERT(false); |
| } |