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

Unified Diff: Source/bindings/modules/v8/custom/V8EntryCustom.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/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

Powered by Google App Engine
This is Rietveld 408576698