| Index: Source/WebCore/fileapi/EntryBase.cpp
|
| diff --git a/Source/WebCore/fileapi/EntryBase.cpp b/Source/WebCore/fileapi/EntryBase.cpp
|
| index 39453f61c61c0c85bf2dce2feaaffd86e4fa338a..53f62e783baf145facb84fbb6af589a121752a38 100644
|
| --- a/Source/WebCore/fileapi/EntryBase.cpp
|
| +++ b/Source/WebCore/fileapi/EntryBase.cpp
|
| @@ -75,7 +75,7 @@ String EntryBase::toURL()
|
| result.append(DOMFileSystemBase::kExternalPathPrefix);
|
| break;
|
| }
|
| - result.append(m_fullPath);
|
| + result.append(encodeWithURLEscapeSequences(m_fullPath));
|
| return result.toString();
|
| }
|
|
|
|
|