| Index: third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| index f598a3fdb57e9c6d6c0dd4c0c1f2760502777148..1cbacb9f7a7e1fb6bad0da8907eb835918ae704e 100644
|
| --- a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| @@ -1394,7 +1394,7 @@ float TextAutosizer::computeAutosizedFontSize(float specifiedSize,
|
| }
|
|
|
| void TextAutosizer::checkSuperclusterConsistency() {
|
| - HashSet<Supercluster*> potentiallyInconsistentSuperclusters =
|
| + HashSet<Supercluster*>& potentiallyInconsistentSuperclusters =
|
| m_fingerprintMapper.getPotentiallyInconsistentSuperclusters();
|
| if (potentiallyInconsistentSuperclusters.isEmpty())
|
| return;
|
|
|