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

Unified Diff: webkit/fileapi/isolated_file_util_unittest.cc

Issue 10536200: Manage IsolatedContext with reference counts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
Index: webkit/fileapi/isolated_file_util_unittest.cc
diff --git a/webkit/fileapi/isolated_file_util_unittest.cc b/webkit/fileapi/isolated_file_util_unittest.cc
index 5e6114466844fd2749dc50676b1586e642030753..3c4faa4e605b6bbf9710a83063ce9d6e0b96a72c 100644
--- a/webkit/fileapi/isolated_file_util_unittest.cc
+++ b/webkit/fileapi/isolated_file_util_unittest.cc
@@ -75,7 +75,7 @@ class IsolatedFileUtilTest : public testing::Test {
}
void TearDown() {
- isolated_context()->RevokeIsolatedFileSystem(filesystem_id_);
+ isolated_context()->RemoveReference(filesystem_id_);
other_file_util_helper_.TearDown();
}
« webkit/fileapi/isolated_context.cc ('K') | « webkit/fileapi/isolated_context_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698