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

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

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: third_party/WebKit/Source/core/timing/PerformanceRenderTiming.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.h b/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.h
index 4f8df46f5c3fedabed1e521774810660d5b6e270..3754d4697d796a68eef98ebd3f5a58c513d1e325 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.h
@@ -58,7 +58,7 @@ private:
~PerformanceRenderTiming() override;
unsigned m_sourceFrame;
- RefPtrWillBeMember<Document> m_requestingDocument;
+ Member<Document> m_requestingDocument;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698