Index: webkit/api/public/linux/WebSandboxSupport.h |
diff --git a/webkit/api/public/linux/WebSandboxSupport.h b/webkit/api/public/linux/WebSandboxSupport.h |
index a8a5eafbfba0bf0e27a5d88e90573f92a1f49469..4e203879dfd23232ee212054c4a8435d877cf980 100644 |
--- a/webkit/api/public/linux/WebSandboxSupport.h |
+++ b/webkit/api/public/linux/WebSandboxSupport.h |
@@ -49,9 +49,6 @@ namespace WebKit { |
// Returns a string with the font family on an empty string if the |
// request cannot be satisfied. |
virtual WebString getFontFamilyForCharacters(const WebUChar* characters, size_t numCharacters) = 0; |
- |
- protected: |
- ~WebSandboxSupport() { } |
}; |
} // namespace WebKit |