| Index: core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| diff --git a/core/svg/SVGFilterPrimitiveStandardAttributes.idl b/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| index 7c524f33d7d70c67c1437413cc6732775f14ced4..9f368eec83a46d73fc4496ac765ce92a99728738 100644
|
| --- a/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| +++ b/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| @@ -21,10 +21,13 @@
|
| * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
| * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGFilterPrimitiveStandardAttributes {
|
| +[
|
| + NoInterfaceObject,
|
| + LegacyImplementedInBaseClass
|
| +] interface SVGFilterPrimitiveStandardAttributes {
|
| readonly attribute SVGAnimatedLength x;
|
| readonly attribute SVGAnimatedLength y;
|
| readonly attribute SVGAnimatedLength width;
|
|
|