| Index: third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp b/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
|
| index bc40b4d64508b2bc236284373b523a2cf0f77d70..2c577689deafc8142913b81db8ac27457bd9641d 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
|
| @@ -137,7 +137,7 @@ struct HashAndUTF8CharactersTranslator {
|
| if (isAllASCII)
|
| newString = StringImpl::create(buffer.characters, buffer.length);
|
|
|
| - location = newString.release().leakRef();
|
| + location = newString.leakRef();
|
| location->setHash(hash);
|
| location->setIsAtomic(true);
|
| }
|
|
|