Index: third_party/WebKit/Source/wtf/text/StringImpl.h |
diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.h b/third_party/WebKit/Source/wtf/text/StringImpl.h |
index 8f4a4e465075d41f57bf491b601e8bcd7a3b601b..cbc0639b9799600a1d5b87a572c42e13504dba37 100644 |
--- a/third_party/WebKit/Source/wtf/text/StringImpl.h |
+++ b/third_party/WebKit/Source/wtf/text/StringImpl.h |
@@ -224,6 +224,8 @@ public: |
bool isStatic() const { return m_isStatic; } |
+ bool isSafeToSendToAnotherThread() const; |
+ |
// The high bits of 'hash' are always empty, but we prefer to store our |
// flags in the low bits because it makes them slightly more efficient to |
// access. So, we shift left and right when setting and getting our hash |