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

Unified Diff: Source/bindings/core/v8/custom/V8DataViewCustom.cpp

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 6 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/bindings/core/v8/custom/V8DataViewCustom.cpp
diff --git a/Source/bindings/v8/custom/V8DataViewCustom.cpp b/Source/bindings/core/v8/custom/V8DataViewCustom.cpp
similarity index 95%
rename from Source/bindings/v8/custom/V8DataViewCustom.cpp
rename to Source/bindings/core/v8/custom/V8DataViewCustom.cpp
index 3d7572ca3ca2735eaae29ca872ef55a504b8fe67..321a6178d8161e529ca52d2fd90b94172a4cf8a1 100644
--- a/Source/bindings/v8/custom/V8DataViewCustom.cpp
+++ b/Source/bindings/core/v8/custom/V8DataViewCustom.cpp
@@ -24,10 +24,10 @@
*/
#include "config.h"
-#include "bindings/v8/custom/V8DataViewCustom.h"
+#include "bindings/core/v8/custom/V8DataViewCustom.h"
+#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
#include "bindings/v8/V8Binding.h"
-#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
#include "core/html/canvas/DataView.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698