| Index: Source/bindings/core/v8/V8BindingTest.cpp
|
| diff --git a/Source/bindings/core/v8/V8BindingTest.cpp b/Source/bindings/core/v8/V8BindingTest.cpp
|
| index b4ab2558995689695caef4644ebd857b04cc4ac8..5ca8ae9587508a620ea7574d74c343d45ee0aee7 100644
|
| --- a/Source/bindings/core/v8/V8BindingTest.cpp
|
| +++ b/Source/bindings/core/v8/V8BindingTest.cpp
|
| @@ -15,7 +15,7 @@
|
|
|
| #define CHECK_TOV8VALUE(expected, value) check(expected, value, __FILE__, __LINE__)
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -195,4 +195,4 @@ TEST_F(V8ValueTraitsTest, v8Value)
|
|
|
| } // namespace
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|