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

Unified Diff: Source/core/paint/ScopeRecorder.h

Issue 1194673005: Fix stack-use-after-return in ~ScopeRecorder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ScopeRecorder.h
diff --git a/Source/core/paint/ScopeRecorder.h b/Source/core/paint/ScopeRecorder.h
index 145b02f3b8f6af03f8347235379fe7323a91d492..77d07509134547a34d4f0d7e240eefd5bbcb641e 100644
--- a/Source/core/paint/ScopeRecorder.h
+++ b/Source/core/paint/ScopeRecorder.h
@@ -22,7 +22,7 @@ public:
private:
DisplayItemList* m_displayItemList;
- const DisplayItemClientWrapper& m_object;
+ DisplayItemClientWrapper m_object;
};
} // namespace blink
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698