X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Ffetch%2FFetchContext.cpp;h=18c6943e26e177af739016aa4b40174385fa88fc;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=4f64ca607d3c2fc31c6db28c5a8d55fbc3bc0235;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/src/third_party/WebKit/Source/core/fetch/FetchContext.cpp index 4f64ca6..18c6943 100644 --- a/src/third_party/WebKit/Source/core/fetch/FetchContext.cpp +++ b/src/third_party/WebKit/Source/core/fetch/FetchContext.cpp @@ -32,7 +32,7 @@ #include "core/fetch/FetchContext.h" -namespace WebCore { +namespace blink { FetchContext& FetchContext::nullInstance() { @@ -93,4 +93,4 @@ void FetchContext::sendRemainingDelegateMessages(DocumentLoader*, unsigned long, { } -} // namespace WebCore +} // namespace blink