Index: Source/WebCore/svg/SVGUseElement.h |
=================================================================== |
--- Source/WebCore/svg/SVGUseElement.h (revision 137693) |
+++ Source/WebCore/svg/SVGUseElement.h (working copy) |
@@ -114,6 +114,7 @@ |
bool instanceTreeIsLoading(SVGElementInstance*); |
virtual void notifyFinished(CachedResource*); |
Document* referencedDocument() const; |
+ void setCachedDocument(CachedResourceHandle<CachedSVGDocument>); |
// SVGTests |
virtual void synchronizeRequiredFeatures() { SVGTests::synchronizeRequiredFeatures(this); } |