| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| index d7207b7b67a52fd6f4234a10716ed8d1041861f6..ebc71c24464f825d3fc8a8633ca5815a92a79949 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -64,7 +64,7 @@ class ExecuteScript;
|
| class ParseHTML;
|
| }
|
|
|
| -enum ResourceLoadPriority : int;
|
| +enum ResourceLoadPriority : int8_t;
|
|
|
| class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
|
| WTF_MAKE_NONCOPYABLE(InspectorTraceEvents);
|
|
|