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

Unified Diff: third_party/WebKit/Source/core/svg/SVGRect.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/SVGRect.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGRect.idl b/third_party/WebKit/Source/core/svg/SVGRect.idl
index b416da56696a7badbd7fe279198be4a479aa8a52..4868b15cafc57b0ed47348793ae345250984d77a 100644
--- a/third_party/WebKit/Source/core/svg/SVGRect.idl
+++ b/third_party/WebKit/Source/core/svg/SVGRect.idl
@@ -24,8 +24,8 @@
// TODO(foolip): SVGRect is gone from SVG 2, replaced by DOMRect.
[
+ DependentLifetime,
ImplementedAs=SVGRectTearOff,
- SetWrapperReferenceTo(SVGElement contextElement),
] interface SVGRect {
[RaisesException=Setter] attribute unrestricted float x;
[RaisesException=Setter] attribute unrestricted float y;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.idl ('k') | third_party/WebKit/Source/core/svg/SVGStringList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698