[webkit-reviews] review granted: [Bug 46614] Web Inspector: extract Inspector Instrumentation API as a class. : [Attachment 69184] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 06:22:10 PDT 2010


Pavel Feldman <pfeldman at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 46614: Web Inspector: extract Inspector Instrumentation API as a class.
https://bugs.webkit.org/show_bug.cgi?id=46614

Attachment 69184: Patch.
https://bugs.webkit.org/attachment.cgi?id=69184&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=69184&action=review

> WebCore/CMakeLists.txt:1109
> +    inspector/InspectorInstrumentationAgent.cpp

InspectorInstrumentation

> WebCore/inspector/InspectorInstrumentationAgent.h:60
> +    static bool hasFrontends() { return s_frontendCounter; }

inline?


More information about the webkit-reviews mailing list