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

Unified Diff: webkit/glue/media/buffered_data_source.h

Issue 2825059: Fix an unitialized read in a unit test to appease valgrind (Closed)
Patch Set: fix problem instead of suppressing it Created 10 years, 5 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | webkit/glue/media/buffered_data_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/media/buffered_data_source.h
diff --git a/webkit/glue/media/buffered_data_source.h b/webkit/glue/media/buffered_data_source.h
index 4aff24b5c6ac0dea463a73089c57a6aedc091a4d..0dc211572657317a2bc0072f55c9410c8bf940d3 100644
--- a/webkit/glue/media/buffered_data_source.h
+++ b/webkit/glue/media/buffered_data_source.h
@@ -126,10 +126,6 @@ class BufferedResourceLoader :
protected:
friend class base::RefCountedThreadSafe<BufferedResourceLoader>;
- // An empty constructor so mock classes can be constructed.
- BufferedResourceLoader() {
- }
-
virtual ~BufferedResourceLoader();
private:
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | webkit/glue/media/buffered_data_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698