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

Unified Diff: Source/core/svg/SVGElement.idl

Issue 317983003: Add a UseCounter for SVGElement.xmlbase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElement.idl
diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl
index d18904f64126c1e08b4cb815a3abcb6cb18eca56..fe65cb8f31227f3d4d18129a5f5813aace75a4a7 100644
--- a/Source/core/svg/SVGElement.idl
+++ b/Source/core/svg/SVGElement.idl
@@ -23,7 +23,7 @@
[
Custom=Wrap,
] interface SVGElement : Element {
- attribute DOMString xmlbase;
+ [MeasureAs=SVGElementXmlbase] attribute DOMString xmlbase;
[TypeChecking=Interface|Nullable] readonly attribute SVGSVGElement? ownerSVGElement;
[TypeChecking=Interface|Nullable] readonly attribute SVGElement? viewportElement;
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698