| Index: Source/platform/exported/WebURLError.cpp
|
| diff --git a/Source/platform/exported/WebURLError.cpp b/Source/platform/exported/WebURLError.cpp
|
| index f9359d658482c3a8a8d5077c6da1bb1c8f06efd5..ceb43cbbf2e8e5f1c38b039c1841fde334e77096 100644
|
| --- a/Source/platform/exported/WebURLError.cpp
|
| +++ b/Source/platform/exported/WebURLError.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebURLError::WebURLError(const ResourceError& error)
|
| {
|
| @@ -68,4 +68,4 @@ WebURLError::operator ResourceError() const
|
| return resourceError;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|