| Index: Source/web/WebDOMError.cpp
|
| diff --git a/Source/web/WebDOMError.cpp b/Source/web/WebDOMError.cpp
|
| index d92123b1f1efd83a5538e068c73562e30de30ebc..75f323fbc8189112de5e528ca3ec588e6079841f 100644
|
| --- a/Source/web/WebDOMError.cpp
|
| +++ b/Source/web/WebDOMError.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebDOMError WebDOMError::create(const WebString& name, const WebString& message)
|
| {
|
| @@ -92,4 +92,4 @@ WebDOMError::operator WTF::PassRefPtr<WebCore::DOMError>() const
|
| return m_private.get();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|