| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 0af60e347655ba87584b1447119cbd7d9358a332..7d374600ab7d9553ab6c9e65b9419b33d8e602a6 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -102,7 +102,8 @@ public:
|
| PassRefPtr<SVGAnimatedPropertyBase> propertyFromAttribute(const QualifiedName& attributeName);
|
| static AnimatedPropertyType animatedPropertyTypeForCSSAttribute(const QualifiedName& attributeName);
|
|
|
| - void sendSVGLoadEventIfPossible(bool sendParentLoadEvents = false);
|
| + void sendSVGLoadEventToSelfAndAncestorChainIfPossible();
|
| + bool sendSVGLoadEventIfPossible();
|
| void sendSVGLoadEventIfPossibleAsynchronously();
|
| void svgLoadEventTimerFired(Timer<SVGElement>*);
|
| virtual Timer<SVGElement>* svgLoadEventTimer();
|
|
|