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

Unified Diff: client/html/release/htmlimpl.dart

Issue 8970012: Get rid of ObjectElement#svgDocument. (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:
Download patch
« no previous file with comments | « client/html/release/html.dart ('k') | client/html/src/ObjectElement.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/release/htmlimpl.dart
diff --git a/client/html/release/htmlimpl.dart b/client/html/release/htmlimpl.dart
index 2f48d607ebac9f0b0a44ec051860cb955d329d84..337d070bc01e0605b9e1ca134080c61fa9824a4e 100644
--- a/client/html/release/htmlimpl.dart
+++ b/client/html/release/htmlimpl.dart
@@ -23888,9 +23888,6 @@ class ObjectElementWrappingImplementation extends ElementWrappingImplementation
_ptr.setCustomValidity(error);
return;
}
-
- SVGDocument get svgDocument() =>
- LevelDom.wrapSVGDocument(_ptr.getSVGDocument());
}
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« no previous file with comments | « client/html/release/html.dart ('k') | client/html/src/ObjectElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698