| Index: Source/modules/filesystem/DOMFilePath.cpp
|
| diff --git a/Source/modules/filesystem/DOMFilePath.cpp b/Source/modules/filesystem/DOMFilePath.cpp
|
| index 8016c927c6e402790d303b2de35ae15daeb34cb9..003f66055e685d2339014331ca8837a23055d154 100644
|
| --- a/Source/modules/filesystem/DOMFilePath.cpp
|
| +++ b/Source/modules/filesystem/DOMFilePath.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| const char DOMFilePath::separator = '/';
|
| const char DOMFilePath::root[] = "/";
|
| @@ -144,4 +144,4 @@ bool DOMFilePath::isValidName(const String& name)
|
| return isValidPath(name);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|