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

Unified Diff: Source/core/html/MediaKeyEvent.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/html/MediaController.cpp ('k') | Source/core/html/canvas/WebGLContextEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaKeyEvent.cpp
diff --git a/Source/core/html/MediaKeyEvent.cpp b/Source/core/html/MediaKeyEvent.cpp
index 02a83cda410f6687026022ddb124dc2b013d4ab0..38f02b701bd4b97c6b5d51666b741c6ec51193eb 100644
--- a/Source/core/html/MediaKeyEvent.cpp
+++ b/Source/core/html/MediaKeyEvent.cpp
@@ -60,7 +60,7 @@ MediaKeyEvent::~MediaKeyEvent()
const AtomicString& MediaKeyEvent::interfaceName() const
{
- return eventNames().interfaceForMediaKeyEvent;
+ return EventNames::MediaKeyEvent;
}
} // namespace WebCore
« no previous file with comments | « Source/core/html/MediaController.cpp ('k') | Source/core/html/canvas/WebGLContextEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698