blob: cb4c7d53e43ddb9b93d10bb7deaa91a940c5951d [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 "core/css/cssom/CSSUnsupportedStyleValue.h"
#include "core/CSSPropertyNames.h"
#include "core/css/parser/CSSParser.h"
namespace blink {
const CSSValue* CSSUnsupportedStyleValue::ToCSSValue() const {
return css_value_.Get();
}
} // namespace blink