| Index: third_party/WebKit/Source/platform/text/ICUError.h
|
| diff --git a/third_party/WebKit/Source/platform/text/ICUError.h b/third_party/WebKit/Source/platform/text/ICUError.h
|
| index 1bfa342f4cbac32a5db1d3d89233bcd211b115ac..f29e143e8c061af924691fe5755b3ccb6bd5ab32 100644
|
| --- a/third_party/WebKit/Source/platform/text/ICUError.h
|
| +++ b/third_party/WebKit/Source/platform/text/ICUError.h
|
| @@ -21,6 +21,7 @@ class PLATFORM_EXPORT ICUError {
|
|
|
| UErrorCode* operator&() { return &m_error; }
|
| operator UErrorCode() const { return m_error; }
|
| + operator UErrorCode&() { return m_error; }
|
|
|
| void operator=(UErrorCode error) { m_error = error; }
|
|
|
|
|