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