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 5cf56dae5598d86444c9ff863e1c85fddc7a9624..72eed3caf327c6088a253763f6267687ad9d6802 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h |
@@ -273,6 +273,10 @@ namespace InspectorEvaluateScriptEvent { |
PassOwnPtr<TracedValue> data(LocalFrame*, const String& url, const WTF::TextPosition&); |
} |
+namespace InspectorParseScriptEvent { |
+PassOwnPtr<TracedValue> data(unsigned long identifier, const String& url); |
+} |
+ |
namespace InspectorCompileScriptEvent { |
PassOwnPtr<TracedValue> data(const String& url, const WTF::TextPosition&); |
} |