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

Unified Diff: client/dom/templates/dom/frog/impl_Storage.darttemplate

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
« no previous file with comments | « client/dom/generated/src/interface/HTMLTrackElement.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/templates/dom/frog/impl_Storage.darttemplate
diff --git a/client/dom/templates/dom/frog/impl_Storage.darttemplate b/client/dom/templates/dom/frog/impl_Storage.darttemplate
index a47d4b720a44c261172bd9d2e2d2aa510d37a7b2..8405d015d43dd3509f9cc517c91620e9ebc23821 100644
--- a/client/dom/templates/dom/frog/impl_Storage.darttemplate
+++ b/client/dom/templates/dom/frog/impl_Storage.darttemplate
@@ -9,7 +9,7 @@ $!MEMBERS
// 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/interface/HTMLTrackElement.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698