Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / InspectorStyleTextEditor.cpp
index 3bb615b..88d236b 100644 (file)
@@ -29,7 +29,7 @@
 #include "core/html/parser/HTMLParserIdioms.h"
 #include "core/inspector/InspectorStyleSheet.h"
 
-namespace WebCore {
+namespace blink {
 
 InspectorStyleTextEditor::InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String& styleText, const NewLineAndWhitespace& format)
     : m_allProperties(allProperties)
@@ -152,5 +152,5 @@ void InspectorStyleTextEditor::internalReplaceProperty(const InspectorStylePrope
     m_styleText.replace(replaceRangeStart, replacedLength, finalNewText);
 }
 
-} // namespace WebCore
+} // namespace blink