Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderApplet.cpp
index 38d0e4c..03a05d6 100644 (file)
@@ -25,7 +25,7 @@
 #include "core/frame/UseCounter.h"
 #include "core/html/HTMLAppletElement.h"
 
-namespace WebCore {
+namespace blink {
 
 RenderApplet::RenderApplet(HTMLAppletElement* applet)
     : RenderEmbeddedObject(applet)
@@ -38,4 +38,4 @@ RenderApplet::~RenderApplet()
 {
 }
 
-} // namespace WebCore
+} // namespace blink