| Index: third_party/WebKit/Source/wtf/Functional.h
|
| diff --git a/third_party/WebKit/Source/wtf/Functional.h b/third_party/WebKit/Source/wtf/Functional.h
|
| index 694963ae2bbf6c31b8e9394669225d86d7af404f..9bc743259e3bbc9b6177df525ce9571013f90f41 100644
|
| --- a/third_party/WebKit/Source/wtf/Functional.h
|
| +++ b/third_party/WebKit/Source/wtf/Functional.h
|
| @@ -306,7 +306,7 @@ protected:
|
| // must be called and destructed on the thread where it is created.
|
| // If it is intended to be used cross-thread, use
|
| // blink::threadSafeBind() or blink::createCrossThreadTask() instead.
|
| - RELEASE_ASSERT(m_createdThread == currentThread());
|
| + CHECK_EQ(m_createdThread, currentThread());
|
| }
|
|
|
| private:
|
|
|