| Index: Source/core/dom/custom/CustomElementCallbackDispatcher.cpp
|
| diff --git a/Source/core/dom/CustomElementCallbackDispatcher.cpp b/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp
|
| similarity index 96%
|
| rename from Source/core/dom/CustomElementCallbackDispatcher.cpp
|
| rename to Source/core/dom/custom/CustomElementCallbackDispatcher.cpp
|
| index 9ae56c4d290a74e2d485621966b6e1fe9e4d2f0a..6221adc1dcea6e38bde8cee2ced11bd3236532c8 100644
|
| --- a/Source/core/dom/CustomElementCallbackDispatcher.cpp
|
| +++ b/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp
|
| @@ -29,10 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/CustomElementCallbackDispatcher.h"
|
| +#include "core/dom/custom/CustomElementCallbackDispatcher.h"
|
|
|
| -#include "core/dom/CustomElementCallbackQueue.h"
|
| -#include "core/dom/CustomElementCallbackScheduler.h"
|
| +#include "core/dom/custom/CustomElementCallbackQueue.h"
|
| +#include "core/dom/custom/CustomElementCallbackScheduler.h"
|
| #include "wtf/MainThread.h"
|
|
|
| namespace WebCore {
|
|
|