| Index: Source/web/WebSecurityPolicy.cpp
|
| diff --git a/Source/web/WebSecurityPolicy.cpp b/Source/web/WebSecurityPolicy.cpp
|
| index caaecbadb572e776f8081a33361f7285813db876..cf3e490b179bd2fc74bcc5ce6ef6aa3b22a2d5d4 100644
|
| --- a/Source/web/WebSecurityPolicy.cpp
|
| +++ b/Source/web/WebSecurityPolicy.cpp
|
| @@ -40,7 +40,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebSecurityPolicy::registerURLSchemeAsLocal(const WebString& scheme)
|
| {
|
| @@ -114,4 +114,4 @@ void WebSecurityPolicy::registerURLSchemeAsNotAllowingJavascriptURLs(const WebSt
|
| SchemeRegistry::registerURLSchemeAsNotAllowingJavascriptURLs(scheme);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|