| Index: Source/core/dom/custom/CustomElementException.cpp
|
| diff --git a/Source/core/dom/CustomElementException.cpp b/Source/core/dom/custom/CustomElementException.cpp
|
| similarity index 98%
|
| rename from Source/core/dom/CustomElementException.cpp
|
| rename to Source/core/dom/custom/CustomElementException.cpp
|
| index 3f2ccaad9c404196c671c80395e504b587f7227f..f240c8662e9c070b87637cce38f51c1653ae0188 100644
|
| --- a/Source/core/dom/CustomElementException.cpp
|
| +++ b/Source/core/dom/custom/CustomElementException.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/CustomElementException.h"
|
| +#include "core/dom/custom/CustomElementException.h"
|
|
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
|
|