Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / SubtleCrypto.idl
index f11dc76..ff0718b 100644 (file)
@@ -29,7 +29,8 @@
  */
 
 [
-    NoInterfaceObject,
+    WillBeGarbageCollected,
+    NoInterfaceObject
 ] interface SubtleCrypto {
     [RaisesException] Promise encrypt(Dictionary algorithm, Key key, ArrayBufferView data);
     [RaisesException] Promise decrypt(Dictionary algorithm, Key key, ArrayBufferView data);