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

Unified Diff: core/svg/SVGStyleElement.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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/SVGStringList.idl ('k') | core/svg/SVGTextContentElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGStyleElement.idl
diff --git a/core/svg/SVGStyleElement.idl b/core/svg/SVGStyleElement.idl
index a80a727cf2f91e0648d53daaa1e4a86adf121816..482efa960ac3fe74620673930018db6379f4e2ed 100644
--- a/core/svg/SVGStyleElement.idl
+++ b/core/svg/SVGStyleElement.idl
@@ -28,6 +28,9 @@ interface SVGStyleElement : SVGElement {
attribute boolean disabled;
attribute DOMString type;
attribute DOMString media;
- attribute DOMString title;
+ [MeasureAs=SVGStyleElementTitle] attribute DOMString title;
+
+ // DOM Level 2 Style
+ readonly attribute StyleSheet sheet;
};
« no previous file with comments | « core/svg/SVGStringList.idl ('k') | core/svg/SVGTextContentElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698