| Index: third_party/WebKit/Source/core/layout/LayoutQuote.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutQuote.cpp b/third_party/WebKit/Source/core/layout/LayoutQuote.cpp
|
| index a939e24087b96cff554e50267a97128ffd820344..3db4be4eb263272f60e2115555e4d56f02dc848b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutQuote.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutQuote.cpp
|
| @@ -294,7 +294,7 @@ String LayoutQuote::computeText() const {
|
| case OPEN_QUOTE:
|
| return quotesData()->getOpenQuote(m_depth).impl();
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return emptyString;
|
| }
|
|
|
|
|