| Index: third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| index 6e024254c3dacae7d26394bc185434500aed7a2c..da86d28de94e563b1eb0d1931bd307c5e645e94f 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -57,7 +57,8 @@ void HTMLParserThread::setupHTMLParserThread() {
|
| void HTMLParserThread::shutdown() {
|
| ASSERT(isMainThread());
|
| ASSERT(s_sharedThread);
|
| - // currentThread will always be non-null in production, but can be null in Chromium unit tests.
|
| + // currentThread will always be non-null in production, but can be null in
|
| + // Chromium unit tests.
|
| if (Platform::current()->currentThread() && s_sharedThread->m_thread) {
|
| WaitableEvent waitableEvent;
|
| s_sharedThread->postTask(
|
|
|