Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: Source/WebCore/inspector/InspectorTimelineAgent.cpp

Issue 8021012: Merge 95410 - Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/InspectorTimelineAgent.cpp
===================================================================
--- Source/WebCore/inspector/InspectorTimelineAgent.cpp (revision 95841)
+++ Source/WebCore/inspector/InspectorTimelineAgent.cpp (working copy)
@@ -331,7 +331,7 @@
void InspectorTimelineAgent::didMarkDOMContentEvent()
{
- appendRecord(InspectorObject::create(), TimelineRecordType::TimeStamp);
+ appendRecord(InspectorObject::create(), TimelineRecordType::MarkDOMContent);
}
void InspectorTimelineAgent::didMarkLoadEvent()
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698