Index: third_party/WebKit/Source/core/svg/SVGAngleTearOff.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAngleTearOff.h b/third_party/WebKit/Source/core/svg/SVGAngleTearOff.h |
index 12472ca196af0797e486a7234e455f4493748fee..7bd77a568356bc5cc4c80ad33d8d4e740b11992c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAngleTearOff.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAngleTearOff.h |
@@ -42,14 +42,14 @@ class SVGAngleTearOff final : public SVGPropertyTearOff<SVGAngle>, |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- static SVGAngleTearOff* Create( |
- SVGAngle* target, |
- SVGElement* context_element, |
- PropertyIsAnimValType property_is_anim_val, |
- const QualifiedName& attribute_name = QualifiedName::Null()) { |
+ static SVGAngleTearOff* Create(SVGAngle* target, |
+ SVGElement* context_element, |
+ PropertyIsAnimValType property_is_anim_val, |
+ const QualifiedName& attribute_name) { |
return new SVGAngleTearOff(target, context_element, property_is_anim_val, |
attribute_name); |
} |
+ static SVGAngleTearOff* CreateDetached(); |
enum { |
kSvgAngletypeUnknown = SVGAngle::kSvgAngletypeUnknown, |