summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl b/chromium/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl
index 6bce55623b3..33a7123c555 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl
@@ -23,8 +23,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGAnimatedRect {
+[
+ SetWrapperReferenceTo(SVGElement contextElement),
+] interface SVGAnimatedRect {
readonly attribute SVGRect baseVal;
readonly attribute SVGRect animVal;
};
-