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

Unified Diff: Source/platform/text/BidiResolver.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 11 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/platform/speech/PlatformSpeechSynthesizer.cpp ('k') | Source/platform/text/LocaleICU.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiResolver.h
diff --git a/Source/platform/text/BidiResolver.h b/Source/platform/text/BidiResolver.h
index 9c83f72d0c86b323e9b0424dd388e1179f41b7df..c5c69db85d1a287124b3341201e9a241e529a432 100644
--- a/Source/platform/text/BidiResolver.h
+++ b/Source/platform/text/BidiResolver.h
@@ -312,7 +312,7 @@ private:
void applyL1Rule(BidiRunList<Run>&);
Vector<BidiEmbedding, 8> m_currentExplicitEmbeddingSequence;
- HashMap<Run *, MidpointState<Iterator> > m_midpointStateForIsolatedRun;
+ HashMap<Run *, MidpointState<Iterator>> m_midpointStateForIsolatedRun;
};
#if ENABLE(ASSERT)
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesizer.cpp ('k') | Source/platform/text/LocaleICU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698