| Index: Source/bindings/v8/custom/V8BlobCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8BlobCustom.cpp b/Source/bindings/v8/custom/V8BlobCustom.cpp
|
| index 32e35c35d32281191690ebddb9c76ac7d3e0460b..6f3c0aaa23210332c2ea0470d6a3d80737d50103 100644
|
| --- a/Source/bindings/v8/custom/V8BlobCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8BlobCustom.cpp
|
| @@ -66,7 +66,7 @@ void V8Blob::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| }
|
|
|
| String type;
|
| - String endings = ASCIILiteral("transparent");
|
| + String endings = "transparent";
|
|
|
| if (args.Length() > 1) {
|
| if (!args[1]->IsObject()) {
|
|
|