Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(247)

Unified Diff: core/svg/SVGStyleElement.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/svg/SVGStyleElement.idl
diff --git a/core/svg/SVGStyleElement.idl b/core/svg/SVGStyleElement.idl
index 6005b2eac043eee361d296340e1e2938cf434296..858c2c48c25ceaf72a9988ec5d5aa5856015e2dd 100644
--- a/core/svg/SVGStyleElement.idl
+++ b/core/svg/SVGStyleElement.idl
@@ -26,11 +26,10 @@
[
Conditional=SVG
-] interface SVGStyleElement : SVGElement,
- SVGLangSpace {
- attribute boolean disabled;
- [SetterRaisesException] attribute DOMString type;
- [SetterRaisesException] attribute DOMString media;
- [SetterRaisesException] attribute DOMString title;
+] interface SVGStyleElement : SVGElement, SVGLangSpace {
+ attribute boolean disabled;
+ attribute DOMString type;
+ attribute DOMString media;
+ attribute DOMString title;
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b