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

Unified Diff: client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alpha the ENABLEs 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
Index: client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
index f2cfd9c8b2f1f61a9fbae3f9131fac168d018ae2..4eee2d6fc0dd54ffb63ac70473407ba8d687312b 100644
--- a/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
@@ -83,5 +83,10 @@ class _HTMLIFrameElementWrappingImplementation extends _HTMLElementWrappingImple
void set width(String value) { _set_width(this, value); }
static void _set_width(var _this, String value) native;
+ SVGDocument getSVGDocument() {
+ return _getSVGDocument(this);
+ }
+ static SVGDocument _getSVGDocument(receiver) native;
+
String get typeName() { return "HTMLIFrameElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698