| Index: sky/engine/core/dom/custom/CustomElementException.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementException.cpp b/sky/engine/core/dom/custom/CustomElementException.cpp
|
| index 046a39d859229c378dffd7cca8eb6a7ba14f76f2..f7fc45715d9d4f1f27abbe74bde00fcd4a7582c8 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementException.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementException.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/custom/CustomElementException.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementException.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| -#include "core/dom/ExceptionCode.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/core/dom/ExceptionCode.h"
|
|
|
| namespace blink {
|
|
|
|
|