X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fframe%2Fcsp%2FMediaListDirective.cpp;h=067870216c1b0e82d93b0087ed65c1e4f774aed2;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=434c779dfd8cded71f9af11b53347b18fa081144;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp b/src/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp index 434c779..0678702 100644 --- a/src/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp +++ b/src/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp @@ -11,7 +11,7 @@ #include "wtf/HashSet.h" #include "wtf/text/WTFString.h" -namespace WebCore { +namespace blink { MediaListDirective::MediaListDirective(const String& name, const String& value, ContentSecurityPolicy* policy) : CSPDirective(name, value, policy) @@ -83,4 +83,4 @@ void MediaListDirective::parse(const UChar* begin, const UChar* end) } } -} // namespace WebCore +} // namespace blink