X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fpage%2FPagePopupClient.cpp;h=11aeb123f46098533a5e7cff8a08369fd5d1dd10;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=c5e14a2e68febdaa73a176ede3c34ea05772635b;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/page/PagePopupClient.cpp b/src/third_party/WebKit/Source/core/page/PagePopupClient.cpp index c5e14a2..11aeb12 100644 --- a/src/third_party/WebKit/Source/core/page/PagePopupClient.cpp +++ b/src/third_party/WebKit/Source/core/page/PagePopupClient.cpp @@ -33,7 +33,7 @@ #include "wtf/text/StringBuilder.h" -namespace WebCore { +namespace blink { #define addLiteral(literal, data) data->append(literal, sizeof(literal) - 1) @@ -109,5 +109,5 @@ void PagePopupClient::addProperty(const char* name, const IntRect& rect, SharedB addLiteral("},\n", data); } -} // namespace WebCore +} // namespace blink