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

Unified Diff: Source/modules/webdatabase/WindowWebDatabase.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/webdatabase/WindowWebDatabase.idl
diff --git a/Source/modules/webdatabase/WindowWebDatabase.idl b/Source/modules/webdatabase/WindowWebDatabase.idl
index 5441c1f8602a8d2e95a206f88354311ef2985f93..1fd19f6ac7422482841fc2cddaece28b0b483b97 100644
--- a/Source/modules/webdatabase/WindowWebDatabase.idl
+++ b/Source/modules/webdatabase/WindowWebDatabase.idl
@@ -25,8 +25,8 @@
*/
[
- ImplementedAs=DOMWindowWebDatabase
+ ImplementedAs=DOMWindowWebDatabase,
+ RuntimeEnabled=Database,
] partial interface Window {
- [RuntimeEnabled=Database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
+ [MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
};
-
« no previous file with comments | « Source/modules/vibration/NavigatorVibration.idl ('k') | Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698