| Index: Source/web/WebSecurityOrigin.cpp
|
| diff --git a/Source/web/WebSecurityOrigin.cpp b/Source/web/WebSecurityOrigin.cpp
|
| index 713f29bf18fb576c20ece19d15aecb8bf1d46e28..bc141e91f61ea4f3a0edb5b484af1ec87c9dec90 100644
|
| --- a/Source/web/WebSecurityOrigin.cpp
|
| +++ b/Source/web/WebSecurityOrigin.cpp
|
| @@ -40,7 +40,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebSecurityOriginPrivate : public SecurityOrigin {
|
| };
|
| @@ -162,4 +162,4 @@ void WebSecurityOrigin::grantLoadLocalResources() const
|
| get()->grantLoadLocalResources();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|