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

Unified Diff: Source/WebKit/chromium/src/WebKit.cpp

Issue 14524003: Absolutify paths to bindings/v8, bindings/v8/custom/. 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
Index: Source/WebKit/chromium/src/WebKit.cpp
diff --git a/Source/WebKit/chromium/src/WebKit.cpp b/Source/WebKit/chromium/src/WebKit.cpp
index be27fcfe191dbba56a6392526f39af07c2ec667c..a5df3bcdecb7fb0b413481b76bf77021644beb78 100644
--- a/Source/WebKit/chromium/src/WebKit.cpp
+++ b/Source/WebKit/chromium/src/WebKit.cpp
@@ -32,11 +32,11 @@
#include "WebKit.h"
#include "IDBFactoryBackendProxy.h"
-#include "V8Binding.h"
-#include "V8RecursionScope.h"
#include "WebMediaPlayerClientImpl.h"
#include "WebSocket.h"
#include "WebWorkerClientImpl.h"
+#include "bindings/v8/V8Binding.h"
+#include "bindings/v8/V8RecursionScope.h"
#include "core/dom/CustomElementRegistry.h"
#include "core/dom/MutationObserver.h"
#include "core/page/Frame.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebHistoryItem.cpp ('k') | Source/WebKit/chromium/src/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698