Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(858)

Unified Diff: third_party/WebKit/Source/core/layout/TextAutosizer.cpp

Issue 2602843002: Found a mistake. I should use a reference here. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698