Index: client/dom/generated/src/frog/MemoryInfo.dart |
diff --git a/client/dom/generated/src/frog/MemoryInfo.dart b/client/dom/generated/src/frog/MemoryInfo.dart |
index 411de399194123681afca2f95cd2ff0baf64b007..97a7cf3a86e4e098406561ce735af5581e18e694 100644 |
--- a/client/dom/generated/src/frog/MemoryInfo.dart |
+++ b/client/dom/generated/src/frog/MemoryInfo.dart |
@@ -1,11 +1,11 @@ |
class MemoryInfo native "*MemoryInfo" { |
- int jsHeapSizeLimit; |
+ int get jsHeapSizeLimit() native "return this.jsHeapSizeLimit;"; |
- int totalJSHeapSize; |
+ int get totalJSHeapSize() native "return this.totalJSHeapSize;"; |
- int usedJSHeapSize; |
+ int get usedJSHeapSize() native "return this.usedJSHeapSize;"; |
var dartObjectLocalStorage; |