diff options
Diffstat (limited to 'webkit/api/public/WebURLLoader.h')
-rw-r--r-- | webkit/api/public/WebURLLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/api/public/WebURLLoader.h b/webkit/api/public/WebURLLoader.h index e9027c4..b279987 100644 --- a/webkit/api/public/WebURLLoader.h +++ b/webkit/api/public/WebURLLoader.h @@ -42,6 +42,7 @@ namespace WebKit { class WebURLLoader { public: + // The WebURLLoader may be deleted in a call to its client. virtual ~WebURLLoader() {} // Load the request synchronously, returning results directly to the |