Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / SetNodeAttributeCommand.cpp
index 54e7b23..5e8d505 100644 (file)
@@ -29,7 +29,7 @@
 #include "core/dom/Element.h"
 #include "wtf/Assertions.h"
 
-namespace WebCore {
+namespace blink {
 
 SetNodeAttributeCommand::SetNodeAttributeCommand(PassRefPtrWillBeRawPtr<Element> element,
         const QualifiedName& attribute, const AtomicString& value)
@@ -59,4 +59,4 @@ void SetNodeAttributeCommand::trace(Visitor* visitor)
     SimpleEditCommand::trace(visitor);
 }
 
-} // namespace WebCore
+} // namespace blink