| Index: Source/core/dom/ExceptionBase.cpp
|
| diff --git a/Source/core/dom/ExceptionBase.cpp b/Source/core/dom/ExceptionBase.cpp
|
| index 6f0fa28385261bfba12999bf74be0422ec50f96f..d6567c7d0ed48be2695768cec96655a88e01f784 100644
|
| --- a/Source/core/dom/ExceptionBase.cpp
|
| +++ b/Source/core/dom/ExceptionBase.cpp
|
| @@ -27,8 +27,8 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "ExceptionBase.h"
|
| -#include "ExceptionCode.h"
|
| +#include "core/dom/ExceptionBase.h"
|
| +#include "core/dom/ExceptionCode.h"
|
|
|
| #include <wtf/text/WTFString.h>
|
|
|
|
|