| Index: third_party/WebKit/Source/platform/text/HyphenationTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/HyphenationTest.cpp b/third_party/WebKit/Source/platform/text/HyphenationTest.cpp
|
| index a209e1a89dfc312c8981f791f0a251c070a3a09b..773831709fe6542f23d8328c876124078da63241 100644
|
| --- a/third_party/WebKit/Source/platform/text/HyphenationTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/HyphenationTest.cpp
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class NoHyphenation : public Hyphenation {
|
| public:
|
| - size_t lastHyphenLocation(const StringView&, size_t beforeIndex, const AtomicString& locale) const override
|
| + size_t lastHyphenLocation(const StringView&, size_t beforeIndex) const override
|
| {
|
| return 0;
|
| }
|
|
|