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

Unified Diff: client/html/release/html.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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/html/release/htmlimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/release/html.dart
diff --git a/client/html/release/html.dart b/client/html/release/html.dart
index 5526ba969774837a10b6cdc72c504c609611e0fb..59085aa097ebea2b50977a0b43be3dc3eb3366b3 100644
--- a/client/html/release/html.dart
+++ b/client/html/release/html.dart
@@ -12646,7 +12646,8 @@ interface ObjectElement extends Element {
void setCustomValidity(String error);
- SVGDocument get svgDocument();
+ // Don't support getSVGDocument because the content document won't have all
+ // the necessary patches to the prototype hierarchy under Frog.
}
// 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 | « no previous file | client/html/release/htmlimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698