| Index: Source/core/inspector/TimelineRecordFactory.h
|
| diff --git a/Source/core/inspector/TimelineRecordFactory.h b/Source/core/inspector/TimelineRecordFactory.h
|
| index b2d4e82875bbda06dde7a6c8218fea165a54c806..e67bf9541d587246cde50d80a8b7258282926e56 100644
|
| --- a/Source/core/inspector/TimelineRecordFactory.h
|
| +++ b/Source/core/inspector/TimelineRecordFactory.h
|
| @@ -103,6 +103,8 @@ public:
|
| }
|
|
|
| static PassRefPtr<JSONObject> createEmbedderCallbackData(const String& callbackName);
|
| +
|
| + static String type(TypeBuilder::Timeline::TimelineEvent*);
|
| private:
|
| TimelineRecordFactory() { }
|
| };
|
|
|