[Webkit-unassigned] [Bug 90264] Web Inspector: added low-level instrumentation support for TimelineAgent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 06:56:11 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90264





--- Comment #9 from Andrey Kosyakov <caseq at chromium.org>  2012-06-29 06:56:10 PST ---
(From update of attachment 150169)
View in context: https://bugs.webkit.org/attachment.cgi?id=150169&action=review

> Source/WebCore/inspector/InspectorTimelineAgent.cpp:101
> +WTF::ThreadSpecific<InspectorTimelineAgent*>* InspectorTimelineAgent::ThreadSpecificInstance()

threadSpecificInstance()

> Source/WebCore/inspector/InspectorTimelineAgent.h:148
> +    static InspectorTimelineAgent* instance() { return **ThreadSpecificInstance(); }
> +    static void setInstance(InspectorTimelineAgent* inspectorTimelineAgent) { **ThreadSpecificInstance() = inspectorTimelineAgent; }

Why is this public?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list