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

Unified Diff: xfa/fwl/core/fwl_error.h

Issue 2010973003: Remove unused FWL_Error::OutOfMemory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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: xfa/fwl/core/fwl_error.h
diff --git a/xfa/fwl/core/fwl_error.h b/xfa/fwl/core/fwl_error.h
index e29f89e012968558bb7f3d3b11343c15c7e82a3a..1332fbbb31dcbe0553474c847489d11d34b090ff 100644
--- a/xfa/fwl/core/fwl_error.h
+++ b/xfa/fwl/core/fwl_error.h
@@ -13,8 +13,7 @@ enum class FWL_Error {
ParameterInvalid,
PropertyInvalid,
IntermediateValueInvalid,
- MethodNotSupported,
- OutOfMemory
+ MethodNotSupported
};
#endif // XFA_FWL_CORE_FWL_ERROR_H_
« 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