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

Unified Diff: third_party/WebKit/Source/core/inspector/InjectedScriptHost.h

Issue 1455943002: [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT Created 5 years, 1 month 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/inspector/InjectedScriptHost.h
diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
index 87fe9dbac00c70a75da81fc6aa7916cd97b12d47..efd2f3be44c3ceb7644d9a853e7e1da08e1c16c1 100644
--- a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
+++ b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
@@ -33,6 +33,10 @@
#include "bindings/core/v8/ScriptState.h"
#include "core/InspectorTypeBuilder.h"
#include "core/inspector/InjectedScriptHostClient.h"
+#include "core/inspector/InspectorConsoleAgent.h"
+#include "core/inspector/v8/V8Debugger.h"
+#include "core/inspector/v8/V8DebuggerAgent.h"
+#include "platform/JSONValues.h"
#include "wtf/Functional.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
@@ -42,15 +46,11 @@
namespace blink {
+class EventListenerInfo;
class EventTarget;
class InjectedScriptHostClient;
-class InspectorConsoleAgent;
class JSONValue;
class ScriptValue;
-class V8DebuggerAgent;
-class V8Debugger;
-
-class EventListenerInfo;
// SECURITY NOTE: Although the InjectedScriptHost is intended for use solely by the inspector,
// a reference to the InjectedScriptHost may be leaked to the page being inspected. Thus, the

Powered by Google App Engine
This is Rietveld 408576698