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

Unified Diff: Source/platform/PODRedBlackTree.h

Issue 170603003: Use nullptr_t for RefPtr, PassRefPtr and RawPtr. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final rebase Created 6 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 | « Source/platform/Length.cpp ('k') | Source/platform/SharedBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PODRedBlackTree.h
diff --git a/Source/platform/PODRedBlackTree.h b/Source/platform/PODRedBlackTree.h
index b5c54eb2d4a2f140beacabc40b3dd611602300e8..fe998de71f84aa1e969960e3bb40ba5362f27f50 100644
--- a/Source/platform/PODRedBlackTree.h
+++ b/Source/platform/PODRedBlackTree.h
@@ -150,7 +150,7 @@ public:
void clear()
{
markFree(m_root);
- m_arena = 0;
+ m_arena = nullptr;
m_root = 0;
}
« no previous file with comments | « Source/platform/Length.cpp ('k') | Source/platform/SharedBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698