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 874c44af29e9fb69427c2f478317777520afa7aa..f353c68770d306637c2f8f3847137e6ce19c7e74 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
@@ -91,7 +91,7 @@ private: |
// Instance tree handling |
void buildShadowAndInstanceTree(SVGElement* target); |
void clearInstanceRoot(); |
- bool buildShadowTree(SVGElement* target, SVGElement* targetInstance, bool foundUse); |
+ void buildShadowTree(SVGElement* target, SVGElement* targetInstance, bool foundUse); |
void clearShadowTree(); |
bool hasCycleUseReferencing(SVGUseElement*, ContainerNode* targetInstance, SVGElement*& newTarget); |
bool expandUseElementsInShadowTree(SVGElement*); |