blob: 88a750ffe956b31f0d44f4f0f21f7ce9a20bf891 [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/GrammarMarkerListImpl.h"
namespace blink {
DocumentMarker::MarkerType GrammarMarkerListImpl::MarkerType() const {
return DocumentMarker::kGrammar;
}
} // namespace blink