| Index: include/libplatform/libplatform.h
|
| diff --git a/include/libplatform/libplatform.h b/include/libplatform/libplatform.h
|
| index c818fec1c8cb2d98b3ff147dde1123d65f98e083..2125e9746b93ca724a9d0cf6992ca2cfc00e5e33 100644
|
| --- a/include/libplatform/libplatform.h
|
| +++ b/include/libplatform/libplatform.h
|
| @@ -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 {
|
|
|
| /**
|
|
|