summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/CachedScript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/CachedScript.cpp')
-rw-r--r--WebCore/loader/CachedScript.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/loader/CachedScript.cpp b/WebCore/loader/CachedScript.cpp
index ebf0898..31483d6 100644
--- a/WebCore/loader/CachedScript.cpp
+++ b/WebCore/loader/CachedScript.cpp
@@ -49,9 +49,8 @@ CachedScript::~CachedScript()
{
}
-void CachedScript::addClient(CachedResourceClient* c)
+void CachedScript::didAddClient(CachedResourceClient* c)
{
- CachedResource::addClient(c);
if (!m_loading)
c->notifyFinished(this);
}