| 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 6f984ad7704b9ba6cf4c49a4a67d8f15bf4acabe..9709ab84022a03821ab2bd3cbefeb9721e040410 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
|
| @@ -86,7 +86,7 @@ FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold,
|
|
|
| PassOwnPtr<FontCustomPlatformData> FontCustomPlatformData::create(SharedBuffer* buffer, String& otsParseMessage)
|
| {
|
| - ASSERT_ARG(buffer, buffer);
|
| + DCHECK(buffer);
|
|
|
| OpenTypeSanitizer sanitizer(buffer);
|
| RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
|
|
|