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

Unified Diff: client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.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/_HTMLObjectElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart
index 0aad03011fba2319892943e99e4efe3cbf6ba28b..7a143316f410c47221ca50af0b1739504cd2d41f 100644
--- a/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart
@@ -127,6 +127,11 @@ class _HTMLObjectElementWrappingImplementation extends _HTMLElementWrappingImple
}
static bool _checkValidity(receiver) native;
+ SVGDocument getSVGDocument() {
+ return _getSVGDocument(this);
+ }
+ static SVGDocument _getSVGDocument(receiver) native;
+
void setCustomValidity(String error) {
_setCustomValidity(this, error);
return;

Powered by Google App Engine
This is Rietveld 408576698