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..41e6c099eecd048d9574bb2f40ee9f862dc87eae 100644 |
| --- a/third_party/WebKit/Source/wtf/text/StringConcatenate.h |
| +++ b/third_party/WebKit/Source/wtf/text/StringConcatenate.h |
| @@ -171,9 +171,9 @@ public: |
| bool is8Bit() { return false; } |
| - NO_RETURN_DUE_TO_CRASH void writeTo(LChar*) |
|
Yuta Kitamura
2016/03/31 04:46:14
Why was this removed?
|
| + void writeTo(LChar*) |
| { |
| - RELEASE_ASSERT(false); |
| + CHECK(false); |
| } |
| void writeTo(UChar* destination); |