| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index bd9e97072896a14bd31bb0ce8a1507e98ecbe1f5..440c7d0de6724225ab0ecd4b25cbe671189f1a2e 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -81,6 +81,7 @@ private:
|
| namespace InspectorInstrumentation {
|
|
|
| class CORE_EXPORT FrontendCounter {
|
| + STATIC_ONLY(FrontendCounter);
|
| private:
|
| friend void frontendCreated();
|
| friend void frontendDeleted();
|
|
|