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

Unified Diff: Source/modules/indexeddb/WindowIndexedDatabase.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/modules/indexeddb/WindowIndexedDatabase.idl
diff --git a/Source/modules/indexeddb/WindowIndexedDatabase.idl b/Source/modules/indexeddb/WindowIndexedDatabase.idl
index 3823e4f2a5e7402f845bb82fcbbbaa30ce0a95e6..d27f09b37a74d992586c0b2d6e00ad86a1e5ddea 100644
--- a/Source/modules/indexeddb/WindowIndexedDatabase.idl
+++ b/Source/modules/indexeddb/WindowIndexedDatabase.idl
@@ -25,9 +25,9 @@
*/
[
- ImplementedAs=DOMWindowIndexedDatabase
+ ImplementedAs=DOMWindowIndexedDatabase,
] partial interface Window {
- [ImplementedAs=indexedDB,MeasureAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
+ [ImplementedAs=indexedDB, MeasureAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
[MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB;
};
« no previous file with comments | « Source/modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | Source/modules/mediasource/HTMLVideoElementMediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698