| Index: sky/engine/bindings/core/v8/V8GCForContextDispose.cpp
|
| diff --git a/sky/engine/bindings/core/v8/V8GCForContextDispose.cpp b/sky/engine/bindings/core/v8/V8GCForContextDispose.cpp
|
| index 98fdd00038577dc35d3313de7673db0902731274..fb0e4897717854fafd8153c6e7b6d4af36902485 100644
|
| --- a/sky/engine/bindings/core/v8/V8GCForContextDispose.cpp
|
| +++ b/sky/engine/bindings/core/v8/V8GCForContextDispose.cpp
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "bindings/core/v8/V8GCForContextDispose.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/bindings/core/v8/V8GCForContextDispose.h"
|
|
|
| -#include "bindings/core/v8/V8PerIsolateData.h"
|
| +#include "sky/engine/bindings/core/v8/V8PerIsolateData.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|