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

Unified Diff: Source/core/fetch/CachingCorrectnessTest.cpp

Issue 1016113003: Oilpan: fix build after r192119. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/fetch/CachingCorrectnessTest.cpp
diff --git a/Source/core/fetch/CachingCorrectnessTest.cpp b/Source/core/fetch/CachingCorrectnessTest.cpp
index c13207656f90fc589e27310d3481fbb61d1f8770..b729004a7782da1ba3c50864f2a29f05119eb7d0 100644
--- a/Source/core/fetch/CachingCorrectnessTest.cpp
+++ b/Source/core/fetch/CachingCorrectnessTest.cpp
@@ -63,7 +63,7 @@ class MockFetchContext : public FetchContext {
public:
static PassOwnPtrWillBeRawPtr<MockFetchContext> create()
{
- return adoptPtr(new MockFetchContext);
+ return adoptPtrWillBeNoop(new MockFetchContext);
}
~MockFetchContext() { }
« 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