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

Unified Diff: Source/core/inspector/ConsoleMessageStorage.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors Created 6 years, 3 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: Source/core/inspector/ConsoleMessageStorage.h
diff --git a/Source/core/inspector/ConsoleMessageStorage.h b/Source/core/inspector/ConsoleMessageStorage.h
index 017f36327930f60c54d76b704a61349cf791b245..aeeb6577e11bdc6f96d33081cb91ab19dd27000f 100644
--- a/Source/core/inspector/ConsoleMessageStorage.h
+++ b/Source/core/inspector/ConsoleMessageStorage.h
@@ -52,7 +52,7 @@ private:
int m_expiredCount;
WillBeHeapDeque<RefPtrWillBeMember<ConsoleMessage> > m_messages;
RawPtrWillBeMember<ExecutionContext> m_context;
- LocalFrame* m_frame;
+ RawPtrWillBeMember<LocalFrame> m_frame;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698