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

Unified Diff: Source/core/page/EventSource.cpp

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build Created 7 years, 2 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/core/loader/appcache/ApplicationCache.cpp ('k') | Source/core/platform/ThreadGlobalData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventSource.cpp
diff --git a/Source/core/page/EventSource.cpp b/Source/core/page/EventSource.cpp
index 304c4522cb4bb8d1bd435dd55d44c82cf1a4494c..501ccd6f627c361aa0d2547a0403ff843f550975 100644
--- a/Source/core/page/EventSource.cpp
+++ b/Source/core/page/EventSource.cpp
@@ -204,7 +204,7 @@ void EventSource::close()
const AtomicString& EventSource::interfaceName() const
{
- return eventNames().interfaceForEventSource;
+ return EventTargetNames::EventSource;
}
ExecutionContext* EventSource::executionContext() const
« no previous file with comments | « Source/core/loader/appcache/ApplicationCache.cpp ('k') | Source/core/platform/ThreadGlobalData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698