| Index: third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp b/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| index a509375ae5caa3a0cdf591abeb4941124219ff8e..232b7e3c4816862cab2a767cb7f48ee75d28a3db 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| @@ -46,7 +46,7 @@ namespace {
|
| String buildCacheId(const String& securityOrigin, const String& cacheName)
|
| {
|
| String id(securityOrigin);
|
| - id.append("|");
|
| + id.append('|');
|
| id.append(cacheName);
|
| return id;
|
| }
|
|
|