Index: Source/platform/PODRedBlackTree.h |
diff --git a/Source/platform/PODRedBlackTree.h b/Source/platform/PODRedBlackTree.h |
index fe998de71f84aa1e969960e3bb40ba5362f27f50..d408d3d928a45e0689bdef06273637d5baf4012c 100644 |
--- a/Source/platform/PODRedBlackTree.h |
+++ b/Source/platform/PODRedBlackTree.h |
@@ -44,7 +44,7 @@ |
// In debug mode, printing of the data contained in the tree is |
// enabled. This requires the template specialization to be available: |
// |
-// template<> struct WebCore::ValueToString<T> { |
+// template<> struct blink::ValueToString<T> { |
// static String string(const T& t); |
// }; |
// |
@@ -82,7 +82,7 @@ |
#include "wtf/text/WTFString.h" |
#endif |
-namespace WebCore { |
+namespace blink { |
#ifndef NDEBUG |
template<class T> |
@@ -823,6 +823,6 @@ private: |
#endif |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PODRedBlackTree_h |