| Index: Source/platform/fonts/shaping/SimpleShaper.h
|
| diff --git a/Source/platform/fonts/shaping/SimpleShaper.h b/Source/platform/fonts/shaping/SimpleShaper.h
|
| index 20c01e55674ebe1c52825950b49afe98050b85eb..f4314e9d7ff4be60f5f267dbe3233aceadb40bad 100644
|
| --- a/Source/platform/fonts/shaping/SimpleShaper.h
|
| +++ b/Source/platform/fonts/shaping/SimpleShaper.h
|
| @@ -48,7 +48,7 @@ public:
|
| unsigned advance(unsigned to, GlyphBuffer* = 0);
|
| bool advanceOneCharacter(float& width);
|
|
|
| - const TextRun& run() const { return m_run; }
|
| + const TextRun& run() const { return m_textRun; }
|
| float runWidthSoFar() const { return m_runWidthSoFar; }
|
| unsigned currentOffset() { return m_currentCharacter; }
|
|
|
|
|