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

Unified Diff: Source/web/WebDOMEventListener.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/WebDOMEvent.cpp ('k') | Source/web/WebDOMEventListenerPrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDOMEventListener.cpp
diff --git a/Source/web/WebDOMEventListener.cpp b/Source/web/WebDOMEventListener.cpp
index 27e64686acb0c40697034b098c3eab9a5ff5da94..f676f0440dec5af9a8fa7b765fd95dfb1d87922b 100644
--- a/Source/web/WebDOMEventListener.cpp
+++ b/Source/web/WebDOMEventListener.cpp
@@ -35,7 +35,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebDOMEventListener::WebDOMEventListener()
: m_private(new WebDOMEventListenerPrivate(this))
@@ -63,4 +63,4 @@ EventListenerWrapper* WebDOMEventListener::getEventListenerWrapper(const WebStri
return m_private->getEventListenerWrapper(eventType, useCapture, target);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebDOMEvent.cpp ('k') | Source/web/WebDOMEventListenerPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698