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

Unified Diff: client/dom/generated/src/wrapping/_HTMLEmbedElementWrappingImplementation.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/_HTMLEmbedElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLEmbedElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLEmbedElementWrappingImplementation.dart
index 284e2b4210eaa0769a131896a691fc50a9d2dee1..f91ac8d8b3ad0f988ff0a18174fac18deb1b5ca7 100644
--- a/client/dom/generated/src/wrapping/_HTMLEmbedElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLEmbedElementWrappingImplementation.dart
@@ -47,5 +47,10 @@ class _HTMLEmbedElementWrappingImplementation extends _HTMLElementWrappingImplem
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 "HTMLEmbedElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698