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

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

Issue 26878003: Reduce repetitive EventTarget subclassing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 b4a201a75adcad8ee6046cbf3fb32e111ffadad4..c1b56342e65336aeae211bf30795c7008b4b77db 100644
--- a/Source/modules/indexeddb/IDBRequest.cpp
+++ b/Source/modules/indexeddb/IDBRequest.cpp
@@ -537,14 +537,4 @@ void IDBRequest::enqueueEvent(PassRefPtr<Event> event)
m_enqueuedEvents.append(event);
}
-EventTargetData* IDBRequest::eventTargetData()
-{
- return &m_eventTargetData;
-}
-
-EventTargetData* IDBRequest::ensureEventTargetData()
-{
- return &m_eventTargetData;
-}
-
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698