| Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| index 54de8f04c807da5592ec833f8b58a8cfb2252f6a..da4a3b0ae5209f810add12297734decc89935c19 100644
|
| --- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| +++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| @@ -35,6 +35,8 @@ class FilterEffect;
|
| class SVGFilterBuilder;
|
|
|
| class SVGFilterPrimitiveStandardAttributes : public SVGElement {
|
| + // No need of DEFINE_WRAPPERTYPEINFO() here because
|
| + // SVGFilterPrimitiveStandardAttributes is NoInterfaceObject.
|
| public:
|
| void setStandardAttributes(FilterEffect*) const;
|
|
|
| @@ -82,4 +84,4 @@ void invalidateFilterPrimitiveParent(SVGElement*);
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFilterPrimitiveStandardAttributes_h
|
|
|