#include "third_party/blink/renderer/core/svg/svg_animated_string.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_union_string_trustedscripturl.h"
#include "third_party/blink/renderer/core/svg/svg_element.h"
#include "third_party/blink/renderer/core/trustedtypes/trusted_script_url.h"
#include "third_party/blink/renderer/core/trustedtypes/trusted_types_util.h"
namespace blink {
V8UnionStringOrTrustedScriptURL* SVGAnimatedString::baseVal() { … }
void SVGAnimatedString::setBaseVal(const V8UnionStringOrTrustedScriptURL* value,
ExceptionState& exception_state) { … }
String SVGAnimatedString::animVal() { … }
void SVGAnimatedString::Trace(Visitor* visitor) const { … }
}