| Index: Source/core/svg/SVGPathByteStream.h
|
| diff --git a/Source/core/svg/SVGPathByteStream.h b/Source/core/svg/SVGPathByteStream.h
|
| index 523faec9f7e580711a3e5ed4e3c01051288e7ba3..6f7c9ebcbbcf7636d8574a524bcf4bad207bbc4e 100644
|
| --- a/Source/core/svg/SVGPathByteStream.h
|
| +++ b/Source/core/svg/SVGPathByteStream.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGPathByteStream_h
|
| #define SVGPathByteStream_h
|
|
|
| -#if ENABLE(SVG)
|
| #include <wtf/Noncopyable.h>
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/Vector.h>
|
| @@ -86,5 +85,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGPathByteStream_h
|
|
|