Index: third_party/WebKit/Source/platform/fonts/FontCacheKey.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontCacheKey.h b/third_party/WebKit/Source/platform/fonts/FontCacheKey.h |
index ae1d8d2ad08e103e50d5d122620b6942044850c7..f4066fd624b81ccfcb6512ee30723bea8955e842 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCacheKey.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontCacheKey.h |
@@ -57,7 +57,7 @@ struct FontCacheKey { |
: m_creationParams(creationParams), |
m_fontSize(fontSize * s_fontSizePrecisionMultiplier), |
m_options(options), |
- m_variationSettings(variationSettings) {} |
+ m_variationSettings(std::move(variationSettings)) {} |
FontCacheKey(WTF::HashTableDeletedValueType) |
: m_fontSize(hashTableDeletedSize()) {} |