Index: Source/platform/blob/BlobRegistry.cpp |
diff --git a/Source/platform/blob/BlobRegistry.cpp b/Source/platform/blob/BlobRegistry.cpp |
index 41cc90fbed94cae65d3ed9bb69753c7830717f69..cba341c796a1782f1025df1ac005699c373a9b63 100644 |
--- a/Source/platform/blob/BlobRegistry.cpp |
+++ b/Source/platform/blob/BlobRegistry.cpp |
@@ -101,7 +101,7 @@ static WebBlobRegistry* blobRegistry() |
return Platform::current()->blobRegistry(); |
} |
-typedef HashMap<String, RefPtr<SecurityOrigin> > BlobURLOriginMap; |
+typedef HashMap<String, RefPtr<SecurityOrigin>> BlobURLOriginMap; |
static ThreadSpecific<BlobURLOriginMap>& originMap() |
{ |
// We want to create the BlobOriginCache exactly once because it is shared by all the threads. |