| Index: third_party/WebKit/Source/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/GlyphPageTreeNodeTest.cpp b/third_party/WebKit/Source/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| index 6ebb9e83eecc4d45635baec28c760515a2165e00..a8da78d462b0c1db3c1e5cda6f0d89555e3d7123 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| @@ -39,7 +39,9 @@ class TestSimpleFontData : public SimpleFontData {
|
| TestSimpleFontData(PassRefPtr<CustomFontData> customData,
|
| UChar32 from,
|
| UChar32 to)
|
| - : SimpleFontData(customData, 10, false, false), m_from(from), m_to(to) {}
|
| + : SimpleFontData(std::move(customData), 10, false, false),
|
| + m_from(from),
|
| + m_to(to) {}
|
|
|
| bool fillGlyphPage(GlyphPage* pageToFill,
|
| unsigned offset,
|
|
|