| Index: third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp
|
| index 34404d22edacf07735b0c83eecfb8a872f6a9d1d..c86b1683cb63b5019f479e7b0bd5b4fe82f92206 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp
|
| @@ -21,8 +21,8 @@ const int kMaxApplicationServerKeyLength = 255;
|
| String bufferSourceToString(
|
| const ArrayBufferOrArrayBufferView& applicationServerKey,
|
| ExceptionState& exceptionState) {
|
| - // Check the validity of the sender info. It must be a 65 byte unencrypted key,
|
| - // which has the byte 0x04 as the first byte as a marker.
|
| + // Check the validity of the sender info. It must be a 65-byte uncompressed
|
| + // key, which has the byte 0x04 as the first byte as a marker.
|
| unsigned char* input;
|
| int length;
|
| if (applicationServerKey.isArrayBuffer()) {
|
|
|