summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLScriptRunnerHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLScriptRunnerHost.h')
-rw-r--r--WebCore/html/HTMLScriptRunnerHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLScriptRunnerHost.h b/WebCore/html/HTMLScriptRunnerHost.h
index 82ad70d..a129520 100644
--- a/WebCore/html/HTMLScriptRunnerHost.h
+++ b/WebCore/html/HTMLScriptRunnerHost.h
@@ -38,7 +38,7 @@ class HTMLScriptRunnerHost {
public:
virtual ~HTMLScriptRunnerHost() { }
- // Implementors must call cachedResource->addClient() immediately.
+ // Implementors should call cachedResource->addClient() here or soon after.
virtual void watchForLoad(CachedResource*) = 0;
// Implementors must call cachedResource->removeClient() immediately.
virtual void stopWatchingForLoad(CachedResource*) = 0;