| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| index f06d4056f52bc5540aa78ca1a549601ada72d73d..f26b1d5aed1e2f1e53179747db970cff4f43f09a 100644
|
| --- a/Source/core/html/forms/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -28,8 +28,8 @@
|
| #include "config.h"
|
| #include "core/html/forms/InputType.h"
|
|
|
| -#include "bindings/v8/ExceptionMessages.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/InputTypeNames.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| #include "core/dom/NodeRenderStyle.h"
|
|
|