| Index: third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| diff --git a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| index 532a7633f160028a5f63c3db1a71e933c4591efb..cf4b6eed2b2a976db2a69d308925e9fed22d7506 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| +++ b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| @@ -328,7 +328,7 @@ bool getBigInteger(const Dictionary& raw, const char* propertyName, RefPtr<DOMUi
|
|
|
| if (!array->byteLength()) {
|
| // Empty BigIntegers represent 0 according to the spec
|
| - array = DOMUint8Array::create(1);
|
| + array = DOMUint8Array::deprecatedCreateOrCrash(nullptr, 1);
|
| }
|
|
|
| return true;
|
|
|