| Index: Source/core/inspector/TimelineRecordFactory.cpp
|
| diff --git a/Source/core/inspector/TimelineRecordFactory.cpp b/Source/core/inspector/TimelineRecordFactory.cpp
|
| index 3f9afe3f65a0df17ca3ef311227fb3a8efb0e2ed..35f2ee38aad4b8ed8836105b5d8340abf5919b51 100644
|
| --- a/Source/core/inspector/TimelineRecordFactory.cpp
|
| +++ b/Source/core/inspector/TimelineRecordFactory.cpp
|
| @@ -184,7 +184,7 @@ PassRefPtr<JSONObject> TimelineRecordFactory::createLayoutData(unsigned dirtyObj
|
| data->setBoolean("partialLayout", partialLayout);
|
| return data.release();
|
| }
|
| -
|
| +
|
| PassRefPtr<JSONObject> TimelineRecordFactory::createDecodeImageData(const String& imageType)
|
| {
|
| RefPtr<JSONObject> data = JSONObject::create();
|
|
|