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 26fe4b622f1cacbb5a0581aceecae82508aa4748..cd8332ae170115bafab348185a7ce7f7a8f1c840 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
@@ -73,7 +73,7 @@ private: |
void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override; |
- bool isStructurallyExternal() const override { return !hrefString().isNull() && isExternalURIReference(hrefString(), document()); } |
+ bool isStructurallyExternal() const override; |
InsertionNotificationRequest insertedInto(ContainerNode*) override; |
void removedFrom(ContainerNode*) override; |