Index: Source/modules/cachestorage/CompositorWorkerCacheStorage.idl |
diff --git a/Source/modules/cachestorage/CompositorWorkerCacheStorage.idl b/Source/modules/cachestorage/CompositorWorkerCacheStorage.idl |
deleted file mode 100644 |
index 0a892fc848cc3a8b0d66a9e14a9f1eb6ddcb646d..0000000000000000000000000000000000000000 |
--- a/Source/modules/cachestorage/CompositorWorkerCacheStorage.idl |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#self-caches |
-[ |
- RuntimeEnabled=GlobalCacheStorage, |
- ImplementedAs=GlobalCacheStorage, |
-] partial interface CompositorWorkerGlobalScope { |
- // 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; |
-}; |