summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_file_callbacks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/pepper_file_callbacks.cc')
-rw-r--r--webkit/glue/plugins/pepper_file_callbacks.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/plugins/pepper_file_callbacks.cc b/webkit/glue/plugins/pepper_file_callbacks.cc
index 3c52a0f..d0d417d 100644
--- a/webkit/glue/plugins/pepper_file_callbacks.cc
+++ b/webkit/glue/plugins/pepper_file_callbacks.cc
@@ -25,6 +25,8 @@ FileCallbacks::FileCallbacks(const base::WeakPtr<PluginModule>& module,
file_system_(file_system) {
}
+FileCallbacks::~FileCallbacks() {}
+
void FileCallbacks::DidSucceed() {
if (!module_.get() || !callback_.func)
return;