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

Unified Diff: Source/bindings/core/v8/custom/V8EventTargetCustom.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
« no previous file with comments | « Source/bindings/core/v8/custom/V8EventCustom.cpp ('k') | Source/bindings/core/v8/custom/V8FileCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
diff --git a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
index c8a7b1fedabc1f0c5e8015fe7c3d43bd934f5a3c..67d8e1cf1fcd9fc9e4a2000a5580e47d36b8be5e 100644
--- a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
+++ b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
@@ -35,7 +35,7 @@
#include "core/EventTargetHeaders.h"
#include "core/EventTargetInterfaces.h"
-namespace WebCore {
+namespace blink {
#define TRY_TO_WRAP_WITH_INTERFACE(interfaceName) \
if (EventTargetNames::interfaceName == desiredInterface) \
@@ -56,4 +56,4 @@ v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationCon
#undef TRY_TO_WRAP_WITH_INTERFACE
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/bindings/core/v8/custom/V8EventCustom.cpp ('k') | Source/bindings/core/v8/custom/V8FileCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698