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

Unified Diff: Source/modules/mediastream/MediaStreamEvent.cpp

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/modules/mediasource/WebKitSourceBuffer.cpp ('k') | Source/modules/mediastream/RTCDTMFSender.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStreamEvent.cpp
diff --git a/Source/modules/mediastream/MediaStreamEvent.cpp b/Source/modules/mediastream/MediaStreamEvent.cpp
index 0b97418f722819799ea02371b599218365226afd..bd401619c4782ee26d475e64ee451cf41302712c 100644
--- a/Source/modules/mediastream/MediaStreamEvent.cpp
+++ b/Source/modules/mediastream/MediaStreamEvent.cpp
@@ -30,7 +30,7 @@
namespace WebCore {
MediaStreamEventInit::MediaStreamEventInit()
- : stream(0)
+ : stream(nullptr)
{
}
« no previous file with comments | « Source/modules/mediasource/WebKitSourceBuffer.cpp ('k') | Source/modules/mediastream/RTCDTMFSender.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698