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

Unified Diff: Source/core/timing/PerformanceRenderTiming.h

Issue 1133353003: Oilpan: fix build after r195375. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust PerformanceRenderTiming also Created 5 years, 7 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/core/timing/PerformanceCompositeTiming.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceRenderTiming.h
diff --git a/Source/core/timing/PerformanceRenderTiming.h b/Source/core/timing/PerformanceRenderTiming.h
index e8634de0f8373d931358cd5bac26066345eaae9c..6aad0945831609b77a2203d0dc5ea503596e0eb0 100644
--- a/Source/core/timing/PerformanceRenderTiming.h
+++ b/Source/core/timing/PerformanceRenderTiming.h
@@ -60,7 +60,7 @@ private:
virtual ~PerformanceRenderTiming();
unsigned m_sourceFrame;
- RefPtr<Document> m_requestingDocument;
+ RefPtrWillBeMember<Document> m_requestingDocument;
};
} // namespace blink
« no previous file with comments | « Source/core/timing/PerformanceCompositeTiming.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698