summaryrefslogtreecommitdiffstats
path: root/cc/resources/ui_resource_request.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/ui_resource_request.cc')
-rw-r--r--cc/resources/ui_resource_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/ui_resource_request.cc b/cc/resources/ui_resource_request.cc
index 7568036..b8dd50a 100644
--- a/cc/resources/ui_resource_request.cc
+++ b/cc/resources/ui_resource_request.cc
@@ -26,7 +26,7 @@ UIResourceRequest& UIResourceRequest::operator=(
if (request.bitmap_) {
bitmap_ = make_scoped_ptr(new UIResourceBitmap(*request.bitmap_.get()));
} else {
- bitmap_.reset();
+ bitmap_ = nullptr;
}
return *this;