| Index: Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| diff --git a/Source/core/svg/SVGPreserveAspectRatioTearOff.h b/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| index 0af43cbae7363e85fbee771ff9c64c0b809be51a..03d9eca94a420d04013c3f05dac75d248f0fa32b 100644
|
| --- a/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| +++ b/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| @@ -38,6 +38,7 @@
|
| namespace blink {
|
|
|
| class SVGPreserveAspectRatioTearOff FINAL : public SVGPropertyTearOff<SVGPreserveAspectRatio>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum {
|
| SVG_PRESERVEASPECTRATIO_UNKNOWN = SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_UNKNOWN,
|
| @@ -75,4 +76,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGPreserveAspectRatioTearOff_h_
|
| +#endif // SVGPreserveAspectRatioTearOff_h
|
|
|