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

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

Issue 9618049: Fix for Issue 2036 - remove 'var' in type position on getter (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 9 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/Storage.dart
diff --git a/client/dom/generated/src/frog/Storage.dart b/client/dom/generated/src/frog/Storage.dart
index e1ce6134588f8978db250eb4287cf8942fa14926..cfcf2b5d2153e2fdff2538e65e7ec9fe80568576 100644
--- a/client/dom/generated/src/frog/Storage.dart
+++ b/client/dom/generated/src/frog/Storage.dart
@@ -21,7 +21,7 @@ class _StorageJs extends _DOMTypeJs implements Storage native "*Storage" {
// captures what would normally be an expando and places property in the
// storage, stringifying the assigned value.
- var get dartObjectLocalStorage() native """
+ get dartObjectLocalStorage() native """
if (this === window.localStorage)
return window._dartLocalStorageLocalStorage;
else if (this === window.sessionStorage)
« no previous file with comments | « client/dom/generated/src/frog/HTMLTrackElement.dart ('k') | client/dom/generated/src/interface/HTMLMediaElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698