blob: be7770eb5526469dccbcbac9c89125d86ae0561c [file] [log] [blame]
// Copyright 2015 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 "config.h"
#include "core/css/CSSCustomPropertyDeclaration.h"
namespace blink {
DEFINE_TRACE_AFTER_DISPATCH(CSSCustomPropertyDeclaration)
{
CSSValue::traceAfterDispatch(visitor);
}
} // namespace blink