| Index: third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| rename to third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| index a0e5f4e9c8f8af83cbb8bd692e7fe6e0eff333ae..028056109e57c3741434c8338598105872380311 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
|
| @@ -44,7 +44,7 @@
|
| * Examples: DOM, Page, Debugger.
|
| *
|
| * paramAttr - optional attribute controlling the parameters handling (one attribute per parameter max).
|
| -* Keep - pass first parameter (used to access the InspectorInstrumentationAgents instance) to agents.
|
| +* Keep - pass first parameter (used to access the CoreProbeSink instance) to agents.
|
| *
|
| * returnValue: C++ return value. Only "void" and "bool" are supported.
|
| *
|
| @@ -57,7 +57,7 @@
|
| * so reference will not be passed or released until all agents are notified.
|
| */
|
|
|
| -interface InspectorInstrumentation {
|
| +interface CoreProbes {
|
|
|
| #include "core/animation/Animation.h"
|
| #include "core/dom/CharacterData.h"
|
|
|