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

Unified Diff: modules/storage/Storage.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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
« no previous file with comments | « modules/speech/WindowSpeechSynthesis.idl ('k') | modules/storage/StorageEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/storage/Storage.idl
diff --git a/core/storage/Storage.idl b/modules/storage/Storage.idl
similarity index 98%
rename from core/storage/Storage.idl
rename to modules/storage/Storage.idl
index 16c7cbd7d4bcc3f8ae61ed1e34584099c34e9c9a..63f4d5aac0a6691a4e0e4058cf8a1c7263684e63 100644
--- a/core/storage/Storage.idl
+++ b/modules/storage/Storage.idl
@@ -24,7 +24,7 @@
*/
[
- WillBeGarbageCollected
+ GarbageCollected
] interface Storage {
[NotEnumerable, RaisesException] getter DOMString (unsigned long index);
[RaisesException] setter DOMString (unsigned long index, DOMString value);
« no previous file with comments | « modules/speech/WindowSpeechSynthesis.idl ('k') | modules/storage/StorageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698