Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / clang / blink_gc_plugin / tests / cycle_sub.cpp
index 5c0d9e6..dfe835a 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "cycle_sub.h"
 
-namespace WebCore {
+namespace blink {
 
 void B::trace(Visitor* visitor) {
     visitor->trace(m_c);