| Index: third_party/WebKit/Source/wtf/text/AtomicString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.h b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| index 722927df37b7bf6a5f7f698a2afa9e780c93b9e3..97438f436afb1e6a4dc2f2894f8f1c5d9a0fd981 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| @@ -150,6 +150,8 @@ public:
|
|
|
| size_t charactersSizeInBytes() const { return m_string.charactersSizeInBytes(); }
|
|
|
| + bool isSafeToSendToAnotherThread() const { return m_string.isSafeToSendToAnotherThread(); }
|
| +
|
| #ifndef NDEBUG
|
| void show() const;
|
| #endif
|
|
|