| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index bfab2bfdb420fd61075044f2b0ffc428f24ec964..d462ae311179ac38598152d3cd09f36d500c4178 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -77,6 +77,7 @@ public:
|
| };
|
|
|
| class InlineStyleOverrideScope {
|
| + STACK_ALLOCATED();
|
| public:
|
| InlineStyleOverrideScope(SecurityContext* context)
|
| : m_contentSecurityPolicy(context->contentSecurityPolicy())
|
|
|