Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / AbstractInlineTextBox.cpp
index 82c182e..becc7cf 100644 (file)
@@ -34,7 +34,7 @@
 #include "core/editing/TextIterator.h"
 #include "platform/text/TextBreakIterator.h"
 
-namespace WebCore {
+namespace blink {
 
 AbstractInlineTextBox::InlineToAbstractInlineTextBoxHashMap* AbstractInlineTextBox::gAbstractInlineTextBoxMap = 0;
 
@@ -161,4 +161,4 @@ String AbstractInlineTextBox::text() const
     return result;
 }
 
-} // namespace WebCore
+} // namespace blink