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

Unified Diff: Source/core/timing/PerformanceCompositeTiming.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 | « no previous file | Source/core/timing/PerformanceRenderTiming.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceCompositeTiming.h
diff --git a/Source/core/timing/PerformanceCompositeTiming.h b/Source/core/timing/PerformanceCompositeTiming.h
index f049be71c38fa53a31e38abc59f1e28ba2e2b310..1b4f8934c62123e714309c908041d91b49c76e5f 100644
--- a/Source/core/timing/PerformanceCompositeTiming.h
+++ b/Source/core/timing/PerformanceCompositeTiming.h
@@ -60,7 +60,7 @@ private:
virtual ~PerformanceCompositeTiming();
unsigned m_sourceFrame;
- RefPtr<Document> m_requestingDocument;
+ RefPtrWillBeMember<Document> m_requestingDocument;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/timing/PerformanceRenderTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698