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

Unified Diff: src/IceMemory.cpp

Issue 2328873003: Subzero: Fix a build error. Also reformat. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 3 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 | « src/IceMemory.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceMemory.cpp
diff --git a/src/IceMemory.cpp b/src/IceMemory.cpp
index 0026661607e1c1d9d600da0a6e5550660073dd73..ce1ff6aa127466e57ce929f2a531eb94c540a882 100644
--- a/src/IceMemory.cpp
+++ b/src/IceMemory.cpp
@@ -38,7 +38,7 @@ void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) {
ICE_TLS_SET_FIELD(CfgAllocator, Allocator);
}
-void CfgAllocatorTraits::set_current(nullptr_t) {
+void CfgAllocatorTraits::set_current(std::nullptr_t) {
ICE_TLS_SET_FIELD(CfgAllocator, nullptr);
}
« no previous file with comments | « src/IceMemory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698