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

Unified Diff: core/svg/SVGURIReference.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: 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/SVGTransformList.idl ('k') | core/svg/SVGUnitTypes.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGURIReference.idl
diff --git a/core/svg/SVGURIReference.idl b/core/svg/SVGURIReference.idl
index 2e2d49f72c5b2af8f9817e123e2eb0ed0c3fcd7e..8a3f713ce13a122dece9fe6b061d939798c27a27 100644
--- a/core/svg/SVGURIReference.idl
+++ b/core/svg/SVGURIReference.idl
@@ -24,9 +24,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGURIReference
+
[
- NoInterfaceObject
+ NoInterfaceObject, // Always used on target of 'implements'
] interface SVGURIReference {
readonly attribute SVGAnimatedString href;
};
-
« no previous file with comments | « core/svg/SVGTransformList.idl ('k') | core/svg/SVGUnitTypes.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698