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

Unified Diff: client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.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/_HTMLFrameElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
index d501ebf2197e6c053dd33bd9ba64fa516a22c3f1..4c373c07d9e2115452e7642ee376a5a0152982ca 100644
--- a/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
@@ -77,5 +77,10 @@ class _HTMLFrameElementWrappingImplementation extends _HTMLElementWrappingImplem
int get width() { return _get_width(this); }
static int _get_width(var _this) native;
+ SVGDocument getSVGDocument() {
+ return _getSVGDocument(this);
+ }
+ static SVGDocument _getSVGDocument(receiver) native;
+
String get typeName() { return "HTMLFrameElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698