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

Unified Diff: Source/modules/cachestorage/WorkerCacheStorage.idl

Issue 1257613003: bindings: Supports inheritance of [Unforgeable] attributes as accessor-type properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made inherit_unforgeable_attributes more robust. Created 5 years, 5 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/cachestorage/WorkerCacheStorage.idl
diff --git a/Source/modules/cachestorage/WorkerCacheStorage.idl b/Source/modules/cachestorage/WorkerCacheStorage.idl
index 01e23b12179560425143d1f6f96b61da661baeae..5916e88ab8ccc3eb4bba0859c43f73fec0ca4222 100644
--- a/Source/modules/cachestorage/WorkerCacheStorage.idl
+++ b/Source/modules/cachestorage/WorkerCacheStorage.idl
@@ -7,11 +7,5 @@
RuntimeEnabled=GlobalCacheStorage,
ImplementedAs=GlobalCacheStorage,
] partial interface WorkerGlobalScope {
- // Inheritance of [Unforgeable] attributes is not supported. So we have to
- // define the same unforgeable attributes in derived interfaces as well.
- // See that {,Dedicated,Shared,Compositor,Service}WorkerGlobalScope redefine
- // 'caches' attribute.
- // Keep all the definitions consistent.
- // TODO(yukishiino): Support inheritance of attributes defined on instance.
[Unforgeable, MeasureAs=GlobalCacheStorage, RuntimeEnabled=GlobalCacheStorage, RaisesException] readonly attribute CacheStorage caches;
};

Powered by Google App Engine
This is Rietveld 408576698