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

Unified Diff: Source/core/workers/WorkerContext.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/core/workers/WorkerContext.h ('k') | Source/core/workers/WorkerContextProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerContext.cpp
diff --git a/Source/core/workers/WorkerContext.cpp b/Source/core/workers/WorkerContext.cpp
index 90039ac9c16214a00aed2e1f75e0dee50fbf132d..21669bae3df378a02e85119f50916d799973cf29 100644
--- a/Source/core/workers/WorkerContext.cpp
+++ b/Source/core/workers/WorkerContext.cpp
@@ -29,13 +29,8 @@
#include "WorkerContext.h"
-#include "ActiveDOMObject.h"
#include "DOMURL.h"
-#include "ErrorEvent.h"
-#include "Event.h"
-#include "EventException.h"
#include "InspectorConsoleInstrumentation.h"
-#include "MessagePort.h"
#include "ScheduledAction.h"
#include "ScriptCallStack.h"
#include "ScriptSourceCode.h"
@@ -46,6 +41,11 @@
#include "WorkerScriptLoader.h"
#include "WorkerThread.h"
#include "XMLHttpRequestException.h"
+#include "core/dom/ActiveDOMObject.h"
+#include "core/dom/ErrorEvent.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventException.h"
+#include "core/dom/MessagePort.h"
#include "core/loader/WorkerThreadableLoader.h"
#include "core/page/ContentSecurityPolicy.h"
#include "core/page/DOMTimer.h"
@@ -61,7 +61,7 @@
#include "NotificationCenter.h"
#endif
-#include "ExceptionCode.h"
+#include "core/dom/ExceptionCode.h"
namespace WebCore {
« no previous file with comments | « Source/core/workers/WorkerContext.h ('k') | Source/core/workers/WorkerContextProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698