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

Unified Diff: Source/modules/quota/DOMWindowQuota.idl

Issue 14146021: Move deprecation messages to UseCounter::measureDeprecatedFeature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 8 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 | « Source/modules/quota/DOMWindowQuota.cpp ('k') | Source/modules/webaudio/AudioBufferSourceNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/DOMWindowQuota.idl
diff --git a/Source/modules/quota/DOMWindowQuota.idl b/Source/modules/quota/DOMWindowQuota.idl
index a1427c684ff1b8818e14933193fa06f6a09f7410..c71f8639be6f54b5c3256b0f3490336beb8e2e39 100644
--- a/Source/modules/quota/DOMWindowQuota.idl
+++ b/Source/modules/quota/DOMWindowQuota.idl
@@ -24,6 +24,6 @@
*/
partial interface DOMWindow {
- [MeasureAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
+ [DeprecateAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
};
« no previous file with comments | « Source/modules/quota/DOMWindowQuota.cpp ('k') | Source/modules/webaudio/AudioBufferSourceNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698