| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| index 6ae700239208683b0057043b754ada2dbf618b7f..a1c2a4eb7d9c94a5bc0daa2dcb0bf5c24286650b 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| @@ -266,7 +266,7 @@ bool HarfBuzzShaper::extractShapeResults(hb_buffer_t* harfBuzzBuffer,
|
| ShapeResult::RunInfo* run = new ShapeResult::RunInfo(
|
| currentFont, direction, ICUScriptToHBScript(currentRunScript),
|
| startIndex, numGlyphsToInsert, numCharacters);
|
| - shapeResult->insertRun(wrapUnique(run), lastChangePosition,
|
| + shapeResult->insertRun(WTF::wrapUnique(run), lastChangePosition,
|
| numGlyphsToInsert, harfBuzzBuffer);
|
| }
|
| lastChangePosition = glyphIndex;
|
|
|