Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / Comment.cpp
index 03c5e98..5021b04 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "core/dom/Document.h"
 
-namespace WebCore {
+namespace blink {
 
 inline Comment::Comment(Document& document, const String& text)
     : CharacterData(document, text, CreateOther)
@@ -52,4 +52,4 @@ PassRefPtrWillBeRawPtr<Node> Comment::cloneNode(bool /*deep*/)
     return create(document(), data());
 }
 
-} // namespace WebCore
+} // namespace blink