Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: Source/bindings/modules/v8/custom/V8EntrySyncCustom.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/bindings/modules/v8/custom/V8EntryCustom.cpp ('k') | Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698