| Index: Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/Source/core/inspector/InspectorTraceEvents.h b/Source/core/inspector/InspectorTraceEvents.h
|
| index a977b2732ba1562978085ac7eee1e7994cb9c764..6e55cc5ff4ff1f12dd858505f508003b3634a292 100644
|
| --- a/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -12,6 +12,7 @@
|
| namespace WebCore {
|
|
|
| class Document;
|
| +class Event;
|
| class ExecutionContext;
|
| class FrameView;
|
| class GraphicsContext;
|
| @@ -138,6 +139,11 @@ public:
|
| static PassRefPtr<TraceEvent::ConvertableToTraceFormat> currentCallStack();
|
| };
|
|
|
| +class InspectorEventDispatchEvent {
|
| +public:
|
| + static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const Event&);
|
| +};
|
| +
|
| } // namespace WebCore
|
|
|
|
|
|
|