| Index: third_party/WebKit/Source/core/svg/SVGURIReference.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGURIReference.h b/third_party/WebKit/Source/core/svg/SVGURIReference.h
|
| index bfaddada4fc07c4a5518513ebb07dcfd37aea3c1..1caa06ae1496fe8c2b0764e9ff60d4e97c4c5e69 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGURIReference.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGURIReference.h
|
| @@ -35,7 +35,6 @@ public:
|
| virtual ~SVGURIReference() { }
|
|
|
| bool isKnownAttribute(const QualifiedName&);
|
| - void addSupportedAttributes(HashSet<QualifiedName>&);
|
|
|
| static AtomicString fragmentIdentifierFromIRIString(const String&, const TreeScope&);
|
| static Element* targetElementFromIRIString(const String&, const TreeScope&, AtomicString* = 0, Document* = 0);
|
|
|