| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| index 083f21cb34782d33e1844187f0188f09e46e75d1..25f0201a1fe2d56271e087ddd65f6a293c9d889f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| @@ -512,7 +512,7 @@ Node::InsertionNotificationRequest SVGSVGElement::insertedInto(ContainerNode* ro
|
| // but if we miss that train (deferred programmatic element insertion for example) we need
|
| // to initialize the time container here.
|
| if (!document().parsing() && !document().processingLoadEvent() && document().loadEventFinished() && !timeContainer()->isStarted())
|
| - timeContainer()->begin();
|
| + timeContainer()->start();
|
| }
|
| }
|
| return SVGGraphicsElement::insertedInto(rootParent);
|
|
|