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

Unified Diff: client/dom/templates/html/interface/interface_DocumentFragment.darttemplate

Issue 9677012: Port the SVG code to the wrapperless DOM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
Index: client/dom/templates/html/interface/interface_DocumentFragment.darttemplate
diff --git a/client/dom/templates/html/interface/interface_DocumentFragment.darttemplate b/client/dom/templates/html/interface/interface_DocumentFragment.darttemplate
index 35d7be2f13ffea493ccb83a38fb11558479eabfa..9d43a81a78dfc65b1e6f7ff3400cd36595517227 100644
--- a/client/dom/templates/html/interface/interface_DocumentFragment.darttemplate
+++ b/client/dom/templates/html/interface/interface_DocumentFragment.darttemplate
@@ -8,10 +8,11 @@ interface DocumentFragment extends Element default _$(ID)FactoryProvider {
DocumentFragment.html(String html);
- // TODO(nweiz): enable these when XML and/or SVG are ported
+ // TODO(nweiz): enable this when XML is ported
// /** WARNING: Currently this doesn't work on Dartium (issue 649). */
// DocumentFragment.xml(String xml);
- // DocumentFragment.svg(String svg);
+
+ DocumentFragment.svg(String svg);
DocumentFragment clone(bool deep);

Powered by Google App Engine
This is Rietveld 408576698