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

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

Issue 2815523002: Rename Script() returning UScriptCode to GetScript() (Closed)
Patch Set: Rebase Created 3 years, 8 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/AcceptLanguagesResolverTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp b/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp
index c72f132971e795d429c35827fd8e48835234bde6..af4987c618e3f9bf25478906854270906afbe891 100644
--- a/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp
@@ -56,7 +56,7 @@ TEST(AcceptLanguagesResolverTest, AcceptLanguagesChanged) {
}
ASSERT_NE(nullptr, locale) << test.accept_languages;
- EXPECT_EQ(test.script, locale->ScriptForHan()) << test.accept_languages;
+ EXPECT_EQ(test.script, locale->GetScriptForHan()) << test.accept_languages;
EXPECT_STRCASEEQ(test.locale, locale->LocaleForHanForSkFontMgr())
<< test.accept_languages;
}
« no previous file with comments | « third_party/WebKit/Source/platform/LayoutLocaleTest.cpp ('k') | third_party/WebKit/Source/platform/fonts/FontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698