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

Unified Diff: Source/core/testing/v8/WebCoreTestSupport.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/testing/Internals.cpp ('k') | Source/core/workers/AbstractWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/v8/WebCoreTestSupport.cpp
diff --git a/Source/core/testing/v8/WebCoreTestSupport.cpp b/Source/core/testing/v8/WebCoreTestSupport.cpp
index 975028eda4ce79bae98f5fca5ed2d109febff185..e48d100e7db33b519d8687e39f4dbaaa1642c769 100644
--- a/Source/core/testing/v8/WebCoreTestSupport.cpp
+++ b/Source/core/testing/v8/WebCoreTestSupport.cpp
@@ -26,11 +26,11 @@
#include "config.h"
#include "WebCoreTestSupport.h"
-#include "Document.h"
#include "InternalSettings.h"
#include "Internals.h"
-#include "ScriptExecutionContext.h"
#include "V8Internals.h"
+#include "core/dom/Document.h"
+#include "core/dom/ScriptExecutionContext.h"
#include "core/page/Frame.h"
#include <v8.h>
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/core/workers/AbstractWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698