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

Unified Diff: third_party/WebKit/Source/platform/bindings/V8Binding.cpp

Issue 2843603002: Move ScriptWrappable and dependencies to platform/bindings (Closed)
Patch Set: Rebase and try again Created 3 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: third_party/WebKit/Source/platform/bindings/V8Binding.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp b/third_party/WebKit/Source/platform/bindings/V8Binding.cpp
similarity index 97%
rename from third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp
rename to third_party/WebKit/Source/platform/bindings/V8Binding.cpp
index 8e6594f49de404bfcb9fb9e8f51360db9a4fbfdd..783f0ccb62bfe1121daf51db48c7130ed1c20cc8 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp
+++ b/third_party/WebKit/Source/platform/bindings/V8Binding.cpp
@@ -28,9 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "bindings/core/v8/V8Binding.h"
+#include "platform/bindings/V8Binding.h"
-#include "bindings/core/v8/V8BindingMacros.h"
+#include "platform/bindings/V8BindingMacros.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/bindings/V8Binding.h ('k') | third_party/WebKit/Source/platform/bindings/V8BindingMacros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698