| Index: src/liveedit.cc
|
| diff --git a/src/liveedit.cc b/src/liveedit.cc
|
| index 84881701170db1b24ebd796109425a7bc0eaf2d6..3754fa25b06c0d5199c6608bb4704999e21b01d3 100644
|
| --- a/src/liveedit.cc
|
| +++ b/src/liveedit.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2010 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -30,8 +30,8 @@
|
|
|
| #include "liveedit.h"
|
|
|
| -#include "compiler.h"
|
| #include "compilation-cache.h"
|
| +#include "compiler.h"
|
| #include "debug.h"
|
| #include "deoptimizer.h"
|
| #include "global-handles.h"
|
|
|