| 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 7fc6b7c8082bc6c248b6e46a6fb2f1f243b9af1a..e724648787c703fb43b8fc8eacd474728003f069 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImpl.h
|
| +++ b/third_party/WebKit/Source/wtf/text/StringImpl.h
|
| @@ -234,7 +234,7 @@ public:
|
|
|
| bool isStatic() const { return m_isStatic; }
|
|
|
| -private:
|
| +//private:
|
| // 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
|
|
|