| Index: third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
|
| index 116a47b2c414b37be949e4751821e9a8d9454605..7a67150e0b410ab5980a31fc53d887250ec0b7b2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
|
| @@ -24,7 +24,6 @@
|
|
|
| #include "core/SVGNames.h"
|
| #include "core/dom/QualifiedName.h"
|
| -#include "wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
| @@ -48,7 +47,6 @@ public:
|
| virtual ~SVGZoomAndPan() { }
|
|
|
| static bool isKnownAttribute(const QualifiedName&);
|
| - static void addSupportedAttributes(HashSet<QualifiedName>&);
|
|
|
| static SVGZoomAndPanType parseFromNumber(unsigned short number)
|
| {
|
|
|