| Index: Source/bindings/modules/v8/custom/V8EntryCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8EntryCustom.cpp b/Source/bindings/modules/v8/custom/V8EntryCustom.cpp
|
| index 86299f5568d51fec852d409ad13e2912320c8c63..d84144db3ec261312eade9c09e57a7324d4a8e7d 100644
|
| --- a/Source/bindings/modules/v8/custom/V8EntryCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8EntryCustom.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "bindings/modules/v8/V8FileEntry.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
| @@ -47,4 +47,4 @@ v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext,
|
| return wrap(toDirectoryEntry(impl), creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|