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

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

Issue 693483004: Enable Oilpan for core/timing/. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: de-weakify Performance::m_memoryInfo Created 5 years, 8 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/DOMWindowPerformance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/ConsoleMemory.h
diff --git a/Source/core/timing/ConsoleMemory.h b/Source/core/timing/ConsoleMemory.h
index 2c170ae28265ab73d24d74eb77dad5b191575cac..283445cdbc561d67e7f939f411f873d4584cb92b 100644
--- a/Source/core/timing/ConsoleMemory.h
+++ b/Source/core/timing/ConsoleMemory.h
@@ -26,7 +26,7 @@ private:
static const char* supplementName() { return "ConsoleMemory"; }
MemoryInfo* memory();
- RefPtrWillBeMember<MemoryInfo> m_memory;
+ PersistentWillBeMember<MemoryInfo> m_memory;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/timing/DOMWindowPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698