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

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

Issue 655213002: Oilpan: fix build after r183735. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ConsoleMessageStorage.cpp
diff --git a/Source/core/inspector/ConsoleMessageStorage.cpp b/Source/core/inspector/ConsoleMessageStorage.cpp
index 4d49671560e6c2295f5cc143e72e5e333b736b99..f58db1791a3470e744872ba521c19ddd32f8c835 100644
--- a/Source/core/inspector/ConsoleMessageStorage.cpp
+++ b/Source/core/inspector/ConsoleMessageStorage.cpp
@@ -5,6 +5,7 @@
#include "config.h"
#include "core/inspector/ConsoleMessageStorage.h"
+#include "core/frame/FrameHost.h"
#include "core/frame/LocalDOMWindow.h"
#include "core/inspector/ConsoleMessage.h"
#include "core/inspector/InspectorConsoleInstrumentation.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698