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

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

Powered by Google App Engine
This is Rietveld 408576698