| Index: third_party/WebKit/Source/core/probe/CoreProbes.h
|
| diff --git a/third_party/WebKit/Source/core/probe/CoreProbes.h b/third_party/WebKit/Source/core/probe/CoreProbes.h
|
| index f177b8e4670b361b7de368c4d75fbd4671709cf7..c9971199686aca24a8208b932324ca50ed6f35ed 100644
|
| --- a/third_party/WebKit/Source/core/probe/CoreProbes.h
|
| +++ b/third_party/WebKit/Source/core/probe/CoreProbes.h
|
| @@ -32,9 +32,11 @@
|
| #define CoreProbes_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/animation/Animation.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/Node.h"
|
| +#include "core/dom/PseudoElement.h"
|
| #include "core/frame/LocalFrame.h"
|
| +#include "core/html/HTMLSlotElement.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "platform/probe/PlatformProbes.h"
|
|
|
|
|