Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / child / webcrypto / status.h
index 7134ef3..4c1aae6 100644 (file)
@@ -111,6 +111,9 @@ class CONTENT_EXPORT Status {
   // violates the JWA requirement that such octet strings be minimal.
   static Status ErrorJwkBigIntegerHasLeadingZero(const std::string& property);
 
+  // The key_ops lists a usage more than once.
+  static Status ErrorJwkDuplicateKeyOps();
+
   // ------------------------------------
   // Other errors
   // ------------------------------------