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

Unified Diff: Source/WebCore/platform/graphics/chromium/ComplexTextControllerLinux.cpp

Issue 6471009: Merge 76732 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months 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 | « Source/WebCore/platform/graphics/chromium/ComplexTextControllerLinux.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/WebCore/platform/graphics/chromium/ComplexTextControllerLinux.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698