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

Unified Diff: third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 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
Index: third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp b/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
index 631452912f95ba15bd392ec3b1590be53ce48e9f..825cb6d12c4230a45f1d440c02da2032de2541db 100644
--- a/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
+++ b/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
@@ -117,9 +117,8 @@ ScriptRunIterator::ScriptRunIterator(const UChar* text,
const ScriptData* data)
: m_text(text),
m_length(length),
- m_bracketsFixupDepth(0)
+ m_bracketsFixupDepth(0),
// The initial value of m_aheadCharacter is not used.
- ,
m_aheadCharacter(0),
m_aheadPos(0),
m_commonPreferred(USCRIPT_COMMON),

Powered by Google App Engine
This is Rietveld 408576698