Commit 21580e7b authored by Benedikt Meurer's avatar Benedikt Meurer

Revert "Forward declaration for Isolate / Platform in libplatform.h." and...

Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.".

This reverts commit 0f57ce8f.
and 3245b8cb for breaking Chromium
compile.

TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/743533003

Cr-Commit-Position: refs/heads/master@{#25411}
parent 99a9d68d
......@@ -5,11 +5,9 @@
#ifndef V8_LIBPLATFORM_LIBPLATFORM_H_
#define V8_LIBPLATFORM_LIBPLATFORM_H_
namespace v8 {
class Isolate;
class Platform;
#include "include/v8-platform.h"
namespace v8 {
namespace platform {
/**
......
......@@ -29,7 +29,6 @@
#include <include/libplatform/libplatform.h>
#include <include/v8-debug.h>
#include <include/v8-platform.h>
#include <fcntl.h>
#include <stdio.h>
......
......@@ -28,7 +28,6 @@
#include <include/v8.h>
#include <include/libplatform/libplatform.h>
#include <include/v8-platform.h>
#include <assert.h>
#include <fcntl.h>
......
......@@ -40,8 +40,6 @@
#include "src/d8.h"
#include "include/libplatform/libplatform.h"
#include "include/v8-platform.h"
#ifndef V8_SHARED
#include "src/api.h"
#include "src/base/cpu.h"
......
......@@ -4,7 +4,6 @@
#include "include/libplatform/libplatform.h"
#include "include/v8.h"
#include "include/v8-platform.h"
#include "src/base/compiler-specific.h"
#include "testing/gmock/include/gmock/gmock.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment