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

Unified Diff: client/dom/generated/src/frog/Performance.dart

Issue 9233028: Frog dart:dom using interfaces and native implementation classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 11 months 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/frog/Performance.dart
diff --git a/client/dom/generated/src/frog/Performance.dart b/client/dom/generated/src/frog/Performance.dart
index fb59364d1e9f0181746ace829cecd9fb4731ed33..e36669307c29d40b42a33b6ea6e691e5256060f5 100644
--- a/client/dom/generated/src/frog/Performance.dart
+++ b/client/dom/generated/src/frog/Performance.dart
@@ -1,11 +1,11 @@
-class Performance native "*Performance" {
+class PerformanceJS implements Performance native "*Performance" {
- MemoryInfo get memory() native "return this.memory;";
+ MemoryInfoJS get memory() native "return this.memory;";
- PerformanceNavigation get navigation() native "return this.navigation;";
+ PerformanceNavigationJS get navigation() native "return this.navigation;";
- PerformanceTiming get timing() native "return this.timing;";
+ PerformanceTimingJS get timing() native "return this.timing;";
var dartObjectLocalStorage;
« no previous file with comments | « client/dom/generated/src/frog/PageTransitionEvent.dart ('k') | client/dom/generated/src/frog/PerformanceNavigation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698