#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_UNION_CSSNUMERICVALUE_STRING_UNRESTRICTEDDOUBLE_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_UNION_CSSNUMERICVALUE_STRING_UNRESTRICTEDDOUBLE_H_
#include "base/check_op.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/bindings/union_base.h"
#include "third_party/blink/renderer/platform/heap/member.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace blink {
class CSSNumericValue;
class ExceptionState;
class ScriptState;
class V8UnionCSSNumericValueOrString;
class CORE_EXPORT V8UnionCSSNumericValueOrStringOrUnrestrictedDouble final : public bindings::UnionBase { … };
}
#endif