Changeset 208757 in webkit


Ignore:
Timestamp:
Nov 15, 2016 2:25:42 PM (7 years ago)
Author:
jiewen_tan@apple.com
Message:

Unreviewed, quick fix for r208751

  • bindings/js/JSSubtleCryptoCustom.cpp:

(WebCore::jsSubtleCryptoFunctionExportKeyPromise):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r208756 r208757  
     12016-11-15  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Unreviewed, quick fix for r208751
     4
     5        * bindings/js/JSSubtleCryptoCustom.cpp:
     6        (WebCore::jsSubtleCryptoFunctionExportKeyPromise):
     7
    182016-11-15  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebCore/bindings/js/JSSubtleCryptoCustom.cpp

    r208751 r208757  
    491491        break;
    492492    default:
    493         promise->reject(TypeError, ASCIILiteral("The operation is not supported"));
     493        promise->reject(NOT_SUPPORTED_ERR, ASCIILiteral("The operation is not supported"));
    494494        return;
    495495    }
Note: See TracChangeset for help on using the changeset viewer.