blob: d7d4f030499e37ec344de307ff2768c117b0cd93 [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 "third_party/blink/renderer/core/editing/markers/spelling_marker_list_impl.h"
namespace blink {
DocumentMarker::MarkerType SpellingMarkerListImpl::MarkerType() const {
return DocumentMarker::kSpelling;
}
} // namespace blink