| Index: Source/bindings/core/v8/V8PersistentValueVector.h
|
| diff --git a/Source/bindings/core/v8/V8PersistentValueVector.h b/Source/bindings/core/v8/V8PersistentValueVector.h
|
| index 02f8314e93735f77f6e94e772c392c8ef6cf0ea0..01dd34d3a6bfe0cfa0eda730e20ed3df79de008a 100644
|
| --- a/Source/bindings/core/v8/V8PersistentValueVector.h
|
| +++ b/Source/bindings/core/v8/V8PersistentValueVector.h
|
| @@ -35,7 +35,7 @@
|
| #include <v8-util.h>
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class WTFVectorPersistentValueVectorTraits {
|
| public:
|
| @@ -72,6 +72,6 @@ public:
|
| explicit V8PersistentValueVector(v8::Isolate* isolate) : v8::PersistentValueVector<ValueType, WTFVectorPersistentValueVectorTraits>(isolate) { }
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8PersistentValueVector_h
|
|
|