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

Unified Diff: Source/modules/indexeddb/IDBTransaction.cpp

Issue 26878003: Reduce repetitive EventTarget subclassing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nit 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/modules/indexeddb/IDBTransaction.h ('k') | Source/modules/mediasource/MediaSourceBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBTransaction.cpp
diff --git a/Source/modules/indexeddb/IDBTransaction.cpp b/Source/modules/indexeddb/IDBTransaction.cpp
index a1879dae2639627f797ef17d16b48beac2d2dd84..b0c6f2a7114b203999775cde62f449d08fb2b67b 100644
--- a/Source/modules/indexeddb/IDBTransaction.cpp
+++ b/Source/modules/indexeddb/IDBTransaction.cpp
@@ -399,16 +399,6 @@ void IDBTransaction::enqueueEvent(PassRefPtr<Event> event)
eventQueue->enqueueEvent(event);
}
-EventTargetData* IDBTransaction::eventTargetData()
-{
- return &m_eventTargetData;
-}
-
-EventTargetData* IDBTransaction::ensureEventTargetData()
-{
- return &m_eventTargetData;
-}
-
IDBDatabaseBackendInterface* IDBTransaction::backendDB() const
{
return db()->backend();
« no previous file with comments | « Source/modules/indexeddb/IDBTransaction.h ('k') | Source/modules/mediasource/MediaSourceBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698