Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PagePopupClient.cpp
index c5e14a2..11aeb12 100644 (file)
@@ -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