Chromium Code Reviews

Unified Diff: Source/modules/serviceworkers/ServiceWorker.idl

Issue 153083006: Move serviceworker/ module to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/modules/serviceworkers/ServiceWorker.idl
diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl
index b58eb9005dc907d0e3b48c26e6d07c517ee0f85e..bbf65a6c9a5cfe845e9ef193b780e8685405aab9 100644
--- a/Source/modules/serviceworkers/ServiceWorker.idl
+++ b/Source/modules/serviceworkers/ServiceWorker.idl
@@ -28,6 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
[
+ WillBeGarbageCollected,
RuntimeEnabled=ServiceWorker,
NoInterfaceObject
] interface ServiceWorker {

Powered by Google App Engine