blob: 85f777bd1763a7d8b248ca10edf5adfeaa51e45e [file] [log] [blame]
// Copyright 2017 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 "core/editing/markers/SpellingMarkerListImpl.h"
namespace blink {
DocumentMarker::MarkerType SpellingMarkerListImpl::MarkerType() const {
return DocumentMarker::kSpelling;
}
} // namespace blink