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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.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/SVGAnimatedEnumeration.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl
index b3efac7ab4391aa57a2597578962a251831f871c..f18fa0be12a0bf2fe7f0d0303ff401c6b196352d 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl
@@ -26,8 +26,8 @@
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedEnumeration
[
+ DependentLifetime,
ImplementedAs=SVGAnimatedEnumerationBase,
- SetWrapperReferenceTo(SVGElement contextElement),
] interface SVGAnimatedEnumeration {
[RaisesException=Setter] attribute unsigned short baseVal;
readonly attribute unsigned short animVal;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedInteger.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698