Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / public / cpp / bindings / lib / filter_chain.cc
index d141692..6634562 100644 (file)
@@ -15,7 +15,7 @@ FilterChain::FilterChain(MessageReceiver* sink) : sink_(sink) {
 }
 
 FilterChain::FilterChain(RValue other) : sink_(other.object->sink_) {
-  other.object->sink_ = NULL;
+  other.object->sink_ = nullptr;
   filters_.swap(other.object->filters_);
 }