| Index: third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| diff --git a/third_party/WebKit/Source/core/probe/CoreProbes.pidl b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| index 028056109e57c3741434c8338598105872380311..7d9cca68d7223d45653fb56df6a812bbfab46971 100644
|
| --- a/third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| +++ b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| @@ -64,8 +64,6 @@ interface CoreProbes {
|
| #include "core/dom/PseudoElement.h"
|
| #include "core/html/HTMLSlotElement.h"
|
|
|
| -#define PROBE_EXPORT CORE_EXPORT
|
| -
|
| class ConsoleMessage;
|
| class HTMLDocumentParser;
|
| class ThreadableLoaderClient;
|
| @@ -351,8 +349,6 @@ class XMLHttpRequest;
|
|
|
| interface InspectorOverrides {
|
|
|
| -#define PROBE_EXPORT CORE_EXPORT
|
| -
|
| [CSS]
|
| bool forcePseudoState([Keep] Element* element, CSSSelector::PseudoType pseudoState);
|
|
|
|
|