Index: Source/WebCore/platform/graphics/chromium/ComplexTextControllerLinux.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/ComplexTextControllerLinux.cpp (revision 78152) |
+++ Source/WebCore/platform/graphics/chromium/ComplexTextControllerLinux.cpp (working copy) |
@@ -146,7 +146,7 @@ |
// TextRun has been reached. |
bool ComplexTextController::nextScriptRun() |
{ |
- if (!hb_utf16_script_run_next(&m_numCodePoints, &m_item.item, m_run.characters(), m_run.length(), &m_indexOfNextScriptRun)) |
+ if (!hb_utf16_script_run_next(0, &m_item.item, m_run.characters(), m_run.length(), &m_indexOfNextScriptRun)) |
return false; |
// It is actually wrong to consider script runs at all in this code. |