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

Unified Diff: client/html/src/ObjectElementWrappingImplementation.dart

Issue 8969008: Properly wrap ObjectElement#svgDocument, and regenerate release/html*.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « client/html/release/htmlimpl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/ObjectElementWrappingImplementation.dart
diff --git a/client/html/src/ObjectElementWrappingImplementation.dart b/client/html/src/ObjectElementWrappingImplementation.dart
index 94f2f5027070c52ca0a3a0eecd7fb971e7875082..e60a60a7d6ca527a4cd1b370a38a79d3365b6027 100644
--- a/client/html/src/ObjectElementWrappingImplementation.dart
+++ b/client/html/src/ObjectElementWrappingImplementation.dart
@@ -88,5 +88,6 @@ class ObjectElementWrappingImplementation extends ElementWrappingImplementation
return;
}
- SVGDocument get svgDocument() => _ptr.getSVGDocument();
+ SVGDocument get svgDocument() =>
+ LevelDom.wrapSVGDocument(_ptr.getSVGDocument());
}
« no previous file with comments | « client/html/release/htmlimpl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698