| Index: Source/platform/PODIntervalTree.h
|
| diff --git a/Source/platform/PODIntervalTree.h b/Source/platform/PODIntervalTree.h
|
| index c3befb402759008886692d052656da514fc6fc45..10e6dc1d1f3fe8737e43731bdef048bfe94897c7 100644
|
| --- a/Source/platform/PODIntervalTree.h
|
| +++ b/Source/platform/PODIntervalTree.h
|
| @@ -33,7 +33,7 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| #ifndef NDEBUG
|
| template<class T>
|
| @@ -262,6 +262,6 @@ struct ValueToString<PODInterval<T, UserData> > {
|
| };
|
| #endif
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PODIntervalTree_h
|
|
|