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

Unified Diff: Source/modules/notifications/Notification.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/notifications/Notification.h ('k') | Source/modules/speech/SpeechRecognition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/Notification.cpp
diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp
index a929710b333efe2a8d80c7c380dc6c8fe0747cae..8cd68e4af6e13deff521a8ac97aeeaa9bafa93fb 100644
--- a/Source/modules/notifications/Notification.cpp
+++ b/Source/modules/notifications/Notification.cpp
@@ -167,16 +167,6 @@ void Notification::close()
}
}
-EventTargetData* Notification::eventTargetData()
-{
- return &m_eventTargetData;
-}
-
-EventTargetData* Notification::ensureEventTargetData()
-{
- return &m_eventTargetData;
-}
-
void Notification::contextDestroyed()
{
ActiveDOMObject::contextDestroyed();
« no previous file with comments | « Source/modules/notifications/Notification.h ('k') | Source/modules/speech/SpeechRecognition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698