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

Unified Diff: core/svg/SVGGlyphRefElement.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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 | « core/svg/SVGGElement.idl ('k') | core/svg/SVGGradientElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGGlyphRefElement.idl
diff --git a/core/svg/SVGGlyphRefElement.idl b/core/svg/SVGGlyphRefElement.idl
index 123e8a580b031a3ee4e88f0926e100e98024bc2a..a9d07ca1c99c37c01a945d52192038c031ce34b8 100644
--- a/core/svg/SVGGlyphRefElement.idl
+++ b/core/svg/SVGGlyphRefElement.idl
@@ -17,8 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
-[Conditional=SVG_FONTS] interface SVGGlyphRefElement : SVGStyledElement,
- SVGURIReference {
+[
+ Conditional=SVG_FONTS
+] interface SVGGlyphRefElement : SVGStyledElement {
// FIXME: Use [Reflect] after https://bugs.webkit.org/show_bug.cgi?id=64843 is fixed.
attribute DOMString glyphRef;
[Reflect] attribute DOMString format;
@@ -28,3 +29,5 @@
attribute float dy;
};
+SVGGlyphRefElement implements SVGURIReference;
+
« no previous file with comments | « core/svg/SVGGElement.idl ('k') | core/svg/SVGGradientElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698