| Index: third_party/WebKit/Source/build/scripts/templates/MakeNames.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/MakeNames.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/MakeNames.cpp.tmpl
|
| index 3621be2e60455391fb253124eca14daefd18157d..01f860bcebc213239593639bf67e7af6a32f1482 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/MakeNames.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/MakeNames.cpp.tmpl
|
| @@ -35,7 +35,7 @@ void init{{suffix}}() {
|
| };
|
|
|
| for (size_t i = 0; i < WTF_ARRAY_LENGTH(kNames); i++) {
|
| - StringImpl* stringImpl = StringImpl::createStatic(kNames[i].name, kNames[i].length, kNames[i].hash);
|
| + StringImpl* stringImpl = StringImpl::CreateStatic(kNames[i].name, kNames[i].length, kNames[i].hash);
|
| void* address = reinterpret_cast<AtomicString*>(&{{suffix}}NamesStorage) + i;
|
| new (address) AtomicString(stringImpl);
|
| }
|
|
|