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

Unified Diff: Source/core/workers/WorkerGlobalScope.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/core/workers/WorkerGlobalScope.h ('k') | Source/core/xml/XMLHttpRequestEventTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerGlobalScope.cpp
diff --git a/Source/core/workers/WorkerGlobalScope.cpp b/Source/core/workers/WorkerGlobalScope.cpp
index 006435656d3d991f45290b05473b43ce73af51c5..e4bf0eb2776f6155ac6a51241ddddd79ccf8db63 100644
--- a/Source/core/workers/WorkerGlobalScope.cpp
+++ b/Source/core/workers/WorkerGlobalScope.cpp
@@ -264,16 +264,6 @@ bool WorkerGlobalScope::isJSExecutionForbidden() const
return m_script->isExecutionForbidden();
}
-EventTargetData* WorkerGlobalScope::eventTargetData()
-{
- return &m_eventTargetData;
-}
-
-EventTargetData* WorkerGlobalScope::ensureEventTargetData()
-{
- return &m_eventTargetData;
-}
-
WorkerGlobalScope::Observer::Observer(WorkerGlobalScope* context)
: m_context(context)
{
« no previous file with comments | « Source/core/workers/WorkerGlobalScope.h ('k') | Source/core/xml/XMLHttpRequestEventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698