Index: third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp |
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp |
index d243dbbcbc3562fb606d98337c392edc03a06bb7..e0a318292eae41288d439d9ef520ac0d37942982 100644 |
--- a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp |
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp |
@@ -35,7 +35,7 @@ CanvasFontCache::CanvasFontCache(Document& document) |
defaultFontDescription.setComputedSize(defaultFontSize); |
m_defaultFontStyle = ComputedStyle::create(); |
m_defaultFontStyle->setFontDescription(defaultFontDescription); |
- m_defaultFontStyle->font().update(m_defaultFontStyle->font().fontSelector()); |
+ m_defaultFontStyle->font().update(m_defaultFontStyle->font().getFontSelector()); |
} |
CanvasFontCache::~CanvasFontCache() |