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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month 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/_RGBColorWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart b/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart
index fd2de19c9b619cc146e1a80d2675456cf317c693..eb645c91bc0bcc290a76e942a7737eff25ccfa3b 100644
--- a/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart
@@ -11,9 +11,6 @@ class _RGBColorWrappingImplementation extends DOMWrapperBase implements RGBColor
return new _RGBColorWrappingImplementation();
}
- CSSPrimitiveValue get alpha() { return _get__RGBColor_alpha(this); }
- static CSSPrimitiveValue _get__RGBColor_alpha(var _this) native;
-
CSSPrimitiveValue get blue() { return _get__RGBColor_blue(this); }
static CSSPrimitiveValue _get__RGBColor_blue(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698