| Index: public/platform/WebArrayBuffer.h
|
| diff --git a/public/web/WebArrayBuffer.h b/public/platform/WebArrayBuffer.h
|
| similarity index 97%
|
| copy from public/web/WebArrayBuffer.h
|
| copy to public/platform/WebArrayBuffer.h
|
| index ecee122193e331fac5e9b73dc191f54e7064753f..aee4b0b8e6629564f317da963bd0170706a89f72 100644
|
| --- a/public/web/WebArrayBuffer.h
|
| +++ b/public/platform/WebArrayBuffer.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebArrayBuffer_h
|
| #define WebArrayBuffer_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| +#include "WebCommon.h"
|
| +#include "WebPrivatePtr.h"
|
|
|
| namespace v8 {
|
| class Value;
|
|
|