Index: webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc |
diff --git a/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc b/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc |
index 4f2e4de3e98672e09b5b9b98e957335d6ab506d1..ed64d3f99616855fcfecbcb1ff500dff7a718ffc 100644 |
--- a/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc |
+++ b/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc |
@@ -37,6 +37,8 @@ TestShellWebMimeRegistryImpl::TestShellWebMimeRegistryImpl() { |
codecs_map_.insert("1"); // PCM for WAV. |
} |
+TestShellWebMimeRegistryImpl::~TestShellWebMimeRegistryImpl() {} |
+ |
WebMimeRegistry::SupportsType |
TestShellWebMimeRegistryImpl::supportsMediaMIMEType( |
const WebString& mime_type, const WebString& codecs) { |