Index: Source/core/rendering/FastTextAutosizer.cpp |
diff --git a/Source/core/rendering/FastTextAutosizer.cpp b/Source/core/rendering/FastTextAutosizer.cpp |
index e58a6d3e13ce9fc0f660e9b901901bc1a7caf0f9..933dc22b10cc35f38f7aa478323ac9bd4e5e46f3 100644 |
--- a/Source/core/rendering/FastTextAutosizer.cpp |
+++ b/Source/core/rendering/FastTextAutosizer.cpp |
@@ -176,7 +176,7 @@ void FastTextAutosizer::inflate(RenderBlock* block) |
AtomicString FastTextAutosizer::fingerprint(const RenderBlock* block) |
{ |
// FIXME(crbug.com/322340): Implement a better fingerprinting algorithm. |
- return String::number((unsigned long long) block); |
+ return AtomicString::number((unsigned long long) block); |
} |
void FastTextAutosizer::recalcClusterIfNeeded(FastTextAutosizer::Cluster* cluster) |