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

Unified Diff: webkit/plugins/ppapi/quota_file_io.cc

Issue 7623002: Build fix in for linux_use_heapchecker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/quota_file_io.cc
diff --git a/webkit/plugins/ppapi/quota_file_io.cc b/webkit/plugins/ppapi/quota_file_io.cc
index 857f8129c6495f7319d66dee87fccbb60a76a981..852d842afb2b171b1a07e934ca64a56d89e91243 100644
--- a/webkit/plugins/ppapi/quota_file_io.cc
+++ b/webkit/plugins/ppapi/quota_file_io.cc
@@ -27,6 +27,7 @@ StorageType PPFileSystemTypeToQuotaStorageType(PP_FileSystemType type) {
return quota::kStorageTypeUnknown;
}
NOTREACHED();
erikwright (departed) 2011/08/11 14:24:00 I wonder if removing the NOTREACHED would also wor
+ return quota::kStorageTypeUnknown;
}
} // namespace
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698