| 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 159fbb9c72baf7c2b0af2d330a7f56ec66cc7555..b56188dfebf113dbef9af4262e79945a7dd1481b 100644
|
| --- a/third_party/WebKit/Source/wtf/Functional.h
|
| +++ b/third_party/WebKit/Source/wtf/Functional.h
|
| @@ -240,7 +240,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.
|
| - CHECK_EQ(m_createdThread, currentThread());
|
| + RELEASE_ASSERT(m_createdThread == currentThread());
|
| }
|
|
|
| private:
|
|
|