Index: Source/bindings/modules/v8/custom/V8EntrySyncCustom.cpp |
diff --git a/Source/bindings/modules/v8/custom/V8EntrySyncCustom.cpp b/Source/bindings/modules/v8/custom/V8EntrySyncCustom.cpp |
index 74373974731f1e5665cb926fe43faa68e53acb1c..4a45f0af904fda69731d13c204afed2ac1d3fd01 100644 |
--- a/Source/bindings/modules/v8/custom/V8EntrySyncCustom.cpp |
+++ b/Source/bindings/modules/v8/custom/V8EntrySyncCustom.cpp |
@@ -37,7 +37,7 @@ |
#include "bindings/modules/v8/V8FileEntrySync.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
@@ -47,4 +47,4 @@ v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationCont |
return wrap(toDirectoryEntrySync(impl), creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |