| Index: third_party/WebKit/Source/platform/text/ICUError.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/ICUError.cpp b/third_party/WebKit/Source/platform/text/ICUError.cpp
|
| index 33d64313cd135530ed4db49d523f9f62f64e71f2..9178a9de2b4c1b9e8ea447355d555361db1ee500 100644
|
| --- a/third_party/WebKit/Source/platform/text/ICUError.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/ICUError.cpp
|
| @@ -18,7 +18,7 @@ void ICUError::handleFailure() {
|
| ICUOutOfMemory();
|
| break;
|
| case U_ILLEGAL_ARGUMENT_ERROR:
|
| - CHECK(false) << m_error;
|
| + CHECK(false);
|
| break;
|
| default:
|
| break;
|
|
|