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

Unified Diff: Source/bindings/core/v8/ScriptEventListener.h

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/ScriptDebugServer.cpp ('k') | Source/bindings/core/v8/ScriptEventListener.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptEventListener.h
diff --git a/Source/bindings/core/v8/ScriptEventListener.h b/Source/bindings/core/v8/ScriptEventListener.h
index 27af5b2f0d816df9c9303ce347576748376c5e03..dd5df02099b86de1f4958141ff047479ad865f83 100644
--- a/Source/bindings/core/v8/ScriptEventListener.h
+++ b/Source/bindings/core/v8/ScriptEventListener.h
@@ -35,7 +35,7 @@
#include "bindings/core/v8/V8LazyEventListener.h"
#include "wtf/PassRefPtr.h"
-namespace WebCore {
+namespace blink {
class Document;
class EventListener;
@@ -50,6 +50,6 @@ ScriptValue eventListenerHandler(Document*, EventListener*);
ScriptState* eventListenerHandlerScriptState(LocalFrame*, EventListener*);
bool eventListenerHandlerLocation(Document*, EventListener*, String& sourceName, String& scriptId, int& lineNumber);
-} // namespace WebCore
+} // namespace blink
#endif // ScriptEventListener_h
« no previous file with comments | « Source/bindings/core/v8/ScriptDebugServer.cpp ('k') | Source/bindings/core/v8/ScriptEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698