Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ProcessingInstruction.h
index 5f50a72..9cc14b5 100644 (file)
@@ -27,7 +27,7 @@
 #include "core/fetch/StyleSheetResource.h"
 #include "core/fetch/StyleSheetResourceClient.h"
 
-namespace WebCore {
+namespace blink {
 
 class StyleSheet;
 class CSSStyleSheet;
@@ -92,6 +92,6 @@ inline bool isXSLStyleSheet(const Node& node)
     return node.nodeType() == Node::PROCESSING_INSTRUCTION_NODE && toProcessingInstruction(node).isXSL();
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif