blob: 87b6f04aa50f5a0bdea342df0dca207489fd12d0 [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 "third_party/blink/renderer/core/html/custom/custom_element_test_helpers.h"
namespace blink {
CustomElementDefinition* TestCustomElementDefinitionBuilder::Build(
const CustomElementDescriptor& descriptor,
CustomElementDefinition::Id) {
return MakeGarbageCollected<TestCustomElementDefinition>(descriptor);
}
} // namespace blink