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

Unified Diff: core/svg/SVGAltGlyphElement.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 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
« no previous file with comments | « core/storage/StorageEvent.idl ('k') | core/svg/SVGAngle.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGAltGlyphElement.idl
diff --git a/core/svg/SVGAltGlyphElement.idl b/core/svg/SVGAltGlyphElement.idl
index 999598e801483acc73f1932f11ad503f2db0b44a..e3f991525985d05ad028d9beb0ced474c459cf4d 100644
--- a/core/svg/SVGAltGlyphElement.idl
+++ b/core/svg/SVGAltGlyphElement.idl
@@ -26,8 +26,8 @@
[
Conditional=SVG_FONTS
] interface SVGAltGlyphElement : SVGTextPositioningElement {
- [SetterRaisesException] attribute DOMString glyphRef;
- [SetterRaisesException] attribute DOMString format;
+ [RaisesException=Setter] attribute DOMString glyphRef;
+ [RaisesException=Setter] attribute DOMString format;
};
SVGAltGlyphElement implements SVGURIReference;
« no previous file with comments | « core/storage/StorageEvent.idl ('k') | core/svg/SVGAngle.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698