| Index: Source/core/rendering/FastTextAutosizer.cpp
|
| diff --git a/Source/core/rendering/FastTextAutosizer.cpp b/Source/core/rendering/FastTextAutosizer.cpp
|
| index 226116b968af660ab2933b05f0573cf7f58447be..78e7b55e317cdaaaa3e95460015a4dd5fccd539f 100644
|
| --- a/Source/core/rendering/FastTextAutosizer.cpp
|
| +++ b/Source/core/rendering/FastTextAutosizer.cpp
|
| @@ -1154,4 +1154,9 @@ float FastTextAutosizer::computeAutosizedFontSize(float specifiedSize, float mul
|
| return computedSize;
|
| }
|
|
|
| +void FastTextAutosizer::trace(Visitor* visitor)
|
| +{
|
| + visitor->trace(m_document);
|
| +}
|
| +
|
| } // namespace blink
|
|
|