| Index: Source/core/inspector/InspectorTraceEvents.cpp
 | 
| diff --git a/Source/core/inspector/InspectorTraceEvents.cpp b/Source/core/inspector/InspectorTraceEvents.cpp
 | 
| index 63ad11c480ce6ef9fa427e6b306ee8f3a3a88208..a725d29c74ca481ed0342b5b86b4f15facb918a1 100644
 | 
| --- a/Source/core/inspector/InspectorTraceEvents.cpp
 | 
| +++ b/Source/core/inspector/InspectorTraceEvents.cpp
 | 
| @@ -240,7 +240,7 @@ PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorStyleInvalidatorInvali
 | 
|      return value.release();
 | 
|  }
 | 
|  
 | 
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorStyleInvalidatorInvalidateEvent::invalidationList(Element& element, const WillBeHeapVector<RefPtrWillBeMember<DescendantInvalidationSet> >& invalidationList)
 | 
| +PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorStyleInvalidatorInvalidateEvent::invalidationList(Element& element, const WillBeHeapVector<RefPtrWillBeMember<DescendantInvalidationSet>>& invalidationList)
 | 
|  {
 | 
|      RefPtr<TracedValue> value = fillCommonPart(element, ElementHasPendingInvalidationList);
 | 
|      value->beginArray("invalidationList");
 | 
| 
 |