blob: 137801bb135e60c1eb00d1eea1581d0f2093578d [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/dom/AXObjectCacheBase.h"
#include "core/CoreExport.h"
#include "core/dom/AXObjectCache.h"
namespace blink {
AXObjectCacheBase::~AXObjectCacheBase() = default;
AXObjectCacheBase::AXObjectCacheBase(Document& document)
: AXObjectCache(document) {}
} // namespace blink