| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 4aa33260e8d5fba43573d76b0d6d129a27be41db..9c7284a2e031bc31f12053110465ffab7158e874 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -87,6 +87,7 @@ public:
|
| virtual bool isFilterEffect() const { return false; }
|
| virtual bool isGradientStop() const { return false; }
|
| virtual bool isTextContent() const { return false; }
|
| + virtual bool isStructurallyExternal() const { return false; }
|
|
|
| // For SVGTests
|
| virtual bool isValid() const { return true; }
|
|
|