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

Unified Diff: Source/modules/indexeddb/IDBRequest.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
Index: Source/modules/indexeddb/IDBRequest.cpp
diff --git a/Source/modules/indexeddb/IDBRequest.cpp b/Source/modules/indexeddb/IDBRequest.cpp
index 06c4e360eeff1936d23383d7d08748c4612b69d9..fd414dcf16d558bc39e133aa87ad4741383b31d0 100644
--- a/Source/modules/indexeddb/IDBRequest.cpp
+++ b/Source/modules/indexeddb/IDBRequest.cpp
@@ -416,7 +416,7 @@ void IDBRequest::stop()
const AtomicString& IDBRequest::interfaceName() const
{
- return eventNames().interfaceForIDBRequest;
+ return EventTargetNames::IDBRequest;
}
ExecutionContext* IDBRequest::executionContext() const
« no previous file with comments | « Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp ('k') | Source/modules/indexeddb/IDBTransaction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698