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

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

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 | « Source/WebCore/dom/ScriptExecutionContext.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/ScriptExecutionContext.cpp
diff --git a/Source/WebCore/dom/ScriptExecutionContext.cpp b/Source/WebCore/dom/ScriptExecutionContext.cpp
index 32d7e252ae4106614a968759c84bab6b0866871b..3070f083ed7e66ff14c8ca54ee24870cab40f434 100644
--- a/Source/WebCore/dom/ScriptExecutionContext.cpp
+++ b/Source/WebCore/dom/ScriptExecutionContext.cpp
@@ -29,23 +29,20 @@
#include "ScriptExecutionContext.h"
#include "CachedScript.h"
-#include "ContentSecurityPolicy.h"
#include "DOMTimer.h"
#include "DatabaseContext.h"
#include "ErrorEvent.h"
-#include "EventListener.h"
#include "EventTarget.h"
#include "MessagePort.h"
#include "PublicURLManager.h"
+#include "ScriptCallStack.h"
#include "Settings.h"
#include "WebCoreMemoryInstrumentation.h"
#include "WorkerContext.h"
#include "WorkerThread.h"
#include <wtf/MainThread.h>
#include <wtf/MemoryInstrumentationHashMap.h>
-#include <wtf/MemoryInstrumentationHashSet.h>
#include <wtf/MemoryInstrumentationVector.h>
-#include <wtf/PassRefPtr.h>
#include <wtf/Vector.h>
namespace WTF {
« no previous file with comments | « Source/WebCore/dom/ScriptExecutionContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698