| Index: Source/WebCore/svg/SVGStyledElement.h
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGStyledElement.h (revision 95428)
|
| +++ Source/WebCore/svg/SVGStyledElement.h (working copy)
|
| @@ -50,7 +50,8 @@
|
| void setInstanceUpdatesBlocked(bool);
|
|
|
| bool hasPendingResources() const;
|
| - void setHasPendingResources(bool);
|
| + void setHasPendingResources();
|
| + void clearHasPendingResourcesIfPossible();
|
|
|
| virtual void animatedPropertyTypeForAttribute(const QualifiedName&, Vector<AnimatedPropertyType>&);
|
| static bool isAnimatableCSSProperty(const QualifiedName&);
|
|
|
| Property changes on: Source\WebCore\svg\SVGStyledElement.h
|
| ___________________________________________________________________
|
| Added: svn:executable
|
| + *
|
|
|
|
|