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

Unified Diff: Source/WebCore/dom/ScriptExecutionContext.h

Issue 13926016: Remove unneeded headers from ScriptExecutionContext.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 7 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/WebCore/dom/ScriptExecutionContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/ScriptExecutionContext.h
diff --git a/Source/WebCore/dom/ScriptExecutionContext.h b/Source/WebCore/dom/ScriptExecutionContext.h
index 68c54a3b17837ac41234d715058acc9f50f53e81..0e73528d376bddd933c895d46897216d1875ebfe 100644
--- a/Source/WebCore/dom/ScriptExecutionContext.h
+++ b/Source/WebCore/dom/ScriptExecutionContext.h
@@ -31,17 +31,12 @@
#include "ActiveDOMObject.h"
#include "ConsoleTypes.h"
#include "KURL.h"
-#include "ScriptCallStack.h"
-#include "ScriptState.h"
#include "SecurityContext.h"
#include "Supplementable.h"
#include <wtf/Forward.h>
#include <wtf/HashSet.h>
#include <wtf/Noncopyable.h>
#include <wtf/OwnPtr.h>
-#include <wtf/PassOwnPtr.h>
-#include <wtf/Threading.h>
-#include <wtf/text/StringHash.h>
namespace WebCore {
@@ -53,6 +48,8 @@ class EventQueue;
class EventTarget;
class MessagePort;
class PublicURLManager;
+class ScriptCallStack;
+class ScriptState;
class ScriptExecutionContext : public SecurityContext, public Supplementable<ScriptExecutionContext> {
public:
« no previous file with comments | « no previous file | Source/WebCore/dom/ScriptExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698