| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index 4728c9c125af9d6a6abfeb461a9c280858708ea9..91f847aa08cccc2c26065a0d1e2b5995df4813d2 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -62,6 +62,7 @@ interface InspectorInstrumentation {
|
| #include "core/animation/Animation.h"
|
| #include "core/dom/CharacterData.h"
|
| #include "core/dom/PseudoElement.h"
|
| +#include "core/html/HTMLSlotElement.h"
|
|
|
| class ConsoleMessage;
|
| class ThreadableLoaderClient;
|
| @@ -100,6 +101,9 @@ class XMLHttpRequest;
|
| [DOM]
|
| void didPerformElementShadowDistribution([Keep] Element*);
|
|
|
| + [DOM]
|
| + void didPerformSlotDistribution([Keep] HTMLSlotElement*);
|
| +
|
| [CSS]
|
| void documentDetached([Keep] Document*);
|
|
|
|
|