Index: third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp |
index dfd6c4b14f9beca73d0b9d848b1864153802fbd6..67a56fe7176bc960e2cb2102fa6f6e1400038ffc 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp |
@@ -70,7 +70,7 @@ std::unique_ptr<FontCustomPlatformData> FontCustomPlatformData::create( |
otsParseMessage = decoder.getErrorString(); |
return nullptr; |
} |
- return wrapUnique( |
+ return WTF::wrapUnique( |
new FontCustomPlatformData(std::move(typeface), decoder.decodedSize())); |
} |