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

Unified Diff: Source/WebKit/chromium/src/WebBindings.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/WebBindings.cpp
diff --git a/Source/WebKit/chromium/src/WebBindings.cpp b/Source/WebKit/chromium/src/WebBindings.cpp
index 8f12e922f223e38f402be5ca0024914fbd6fb992..11a0e036e7f8016df4cdd1674f4d58fac5765a72 100644
--- a/Source/WebKit/chromium/src/WebBindings.cpp
+++ b/Source/WebKit/chromium/src/WebBindings.cpp
@@ -31,24 +31,24 @@
#include "config.h"
#include "WebBindings.h"
-#include "BindingState.h"
-#include "NPV8Object.h" // for PrivateIdentifier
-#include "ScriptController.h"
#include "V8ArrayBuffer.h"
#include "V8ArrayBufferView.h"
-#include "V8DOMWrapper.h"
#include "V8Element.h"
-#include "V8NPUtils.h"
#include "V8Range.h"
#include "WebArrayBuffer.h"
#include "WebArrayBufferView.h"
#include "WebElement.h"
#include "WebRange.h"
+#include "bindings/v8/BindingState.h"
+#include "bindings/v8/NPV8Object.h" // for PrivateIdentifier
+#include "bindings/v8/ScriptController.h"
+#include "bindings/v8/V8DOMWrapper.h"
+#include "bindings/v8/V8NPUtils.h"
+#include "bindings/v8/npruntime_impl.h"
+#include "bindings/v8/npruntime_priv.h"
#include "core/dom/Range.h"
#include "core/page/DOMWindow.h"
#include "core/page/Frame.h"
-#include "npruntime_impl.h"
-#include "npruntime_priv.h"
#include <wtf/ArrayBufferView.h>
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp ('k') | Source/WebKit/chromium/src/WebDOMActivityLogger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698