| Index: sky/engine/core/html/HTMLCanvasElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLCanvasElement.cpp b/sky/engine/core/html/HTMLCanvasElement.cpp
|
| index 576ac23499e70fec4ee02b0d4772535f4d976b46..77e6c4ba1a46f6595d29e993e877ea7bd9e91698 100644
|
| --- a/sky/engine/core/html/HTMLCanvasElement.cpp
|
| +++ b/sky/engine/core/html/HTMLCanvasElement.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "base/bind.h"
|
| #include "gen/sky/core/HTMLNames.h"
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
| -#include "sky/engine/bindings2/exception_messages.h"
|
| -#include "sky/engine/bindings2/exception_state.h"
|
| +#include "sky/engine/bindings/exception_messages.h"
|
| +#include "sky/engine/bindings/exception_state.h"
|
| #include "sky/engine/core/dom/Document.h"
|
| #include "sky/engine/core/dom/ExceptionCode.h"
|
| #include "sky/engine/core/dom/Microtask.h"
|
|
|