Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: webkit/support/test_webkit_platform_support.h

Issue 12093086: Avoid leaking TestWebIDBFactory instances, and reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_platform_support.h
===================================================================
--- webkit/support/test_webkit_platform_support.h (revision 179816)
+++ webkit/support/test_webkit_platform_support.h (working copy)
@@ -137,6 +137,8 @@
const WebKit::WebFloatPoint& velocity,
const WebKit::WebSize& cumulative_scroll);
+ void ResetIDBFactory();
+
private:
TestShellWebMimeRegistryImpl mime_registry_;
MockWebClipboardImpl mock_clipboard_;
@@ -154,6 +156,7 @@
WebKit::WebGamepads gamepad_data_;
WebKit::Platform* shadow_platform_delegate_;
HyphenDict* hyphen_dictionary_;
+ scoped_ptr<WebKit::WebIDBFactory> idb_factory_;
#if defined(OS_WIN) || defined(OS_MACOSX)
WebKit::WebThemeEngine* active_theme_engine_;
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698