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

Unified Diff: webkit/media/simple_data_source.h

Issue 9344003: Fix re-entrancy bug in SimpleDataSource::Abort() introduced in r118338. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/media/simple_data_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/simple_data_source.h
diff --git a/webkit/media/simple_data_source.h b/webkit/media/simple_data_source.h
index b999ed761e876d23b2a1b0608c29e5f813e983da..1f50f528b2aab932d6f949aff840f32c2312073d 100644
--- a/webkit/media/simple_data_source.h
+++ b/webkit/media/simple_data_source.h
@@ -93,6 +93,7 @@ class SimpleDataSource
private:
// Cancels and deletes the resource loading on the render thread.
void CancelTask();
+ void CancelTask_Locked();
// Perform initialization completion tasks under a lock.
void DoneInitialization_Locked(bool success);
« no previous file with comments | « no previous file | webkit/media/simple_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698