Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / SplitElementCommand.h
index 228753d..91d84c9 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "core/editing/EditCommand.h"
 
-namespace WebCore {
+namespace blink {
 
 class SplitElementCommand FINAL : public SimpleEditCommand {
 public:
@@ -52,6 +52,6 @@ private:
     RefPtrWillBeMember<Node> m_atChild;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SplitElementCommand_h