Index: third_party/WebKit/Source/core/svg/SVGUseElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
index 0dacc192fd10cf475624e641d193c25ebf9af813..874c44af29e9fb69427c2f478317777520afa7aa 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
@@ -102,6 +102,7 @@ private: |
void invalidateDependentShadowTrees(); |
bool resourceIsStillLoading() const; |
+ bool resourceIsValid() const; |
Document* externalDocument() const; |
bool instanceTreeIsLoading(const SVGElement*); |
void notifyFinished(Resource*) override; |