Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / BindingVisitors.h
index 9a51b0f..77ee458 100644 (file)
@@ -34,7 +34,7 @@ class ArrayBufferView;
 class StringImpl;
 }
 
-namespace WebCore {
+namespace blink {
 
 class Node;
 
@@ -52,6 +52,6 @@ protected:
     virtual ~ExternalStringVisitor() { }
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // BindingVisitors_h