| Index: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| index 09cbafbae24793b3a16f5764d2912da4f68e3817..a209202208975a99bd6531a92c33ed27b2957a76 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| @@ -73,8 +73,8 @@ DOMFileSystem* DOMFileSystem::createIsolatedFileSystem(
|
| filesystemName.append(":Isolated_");
|
| filesystemName.append(filesystemId);
|
|
|
| - // The rootURL created here is going to be attached to each filesystem request and
|
| - // is to be validated each time the request is being handled.
|
| + // The rootURL created here is going to be attached to each filesystem request
|
| + // and is to be validated each time the request is being handled.
|
| StringBuilder rootURL;
|
| rootURL.append("filesystem:");
|
| rootURL.append(context->getSecurityOrigin()->toString());
|
|
|