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

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

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak 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/_PerformanceNavigationWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
index 7aeda262a3be54f4a9b6a3b8f27813c9bbe931c4..c61cf9cbfa03d01f4c502d7ffe915380c226d7f1 100644
--- a/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _PerformanceNavigationWrappingImplementation extends DOMWrapperBase implem
return new _PerformanceNavigationWrappingImplementation();
}
- int get redirectCount() { return _get__PerformanceNavigation_redirectCount(this); }
- static int _get__PerformanceNavigation_redirectCount(var _this) native;
+ int get redirectCount() { return _get_redirectCount(this); }
+ static int _get_redirectCount(var _this) native;
- int get type() { return _get__PerformanceNavigation_type(this); }
- static int _get__PerformanceNavigation_type(var _this) native;
+ int get type() { return _get_type(this); }
+ static int _get_type(var _this) native;
String get typeName() { return "PerformanceNavigation"; }
}

Powered by Google App Engine
This is Rietveld 408576698