Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
index 3f46e71741c4682a014fe5df924975275bb2a62e..bd4a3f4722894ac44b8f624bd547069cb1664b64 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
@@ -27,7 +27,7 @@
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedNumber
[
- SetWrapperReferenceTo(SVGElement contextElement),
+ DependentLifetime,
] interface SVGAnimatedNumber {
[RaisesException=Setter] attribute float baseVal;
readonly attribute float animVal;

Powered by Google App Engine
This is Rietveld 408576698