blob: ca2b39fe6cce5b64bfbea81e4f691d92e2a85acc [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "platform/text/Hyphenation.h"
namespace blink {
PassRefPtr<Hyphenation> Hyphenation::platformGetHyphenation(const AtomicString&)
{
return nullptr;
}
} // namespace blink