| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index d275b11583f3cf718b96d082756cc2b49bb0474a..6daa4a2c700e42faa19189e7ced3d9570c40a6ca 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -68,6 +68,7 @@ class InspectorDebuggerAgent
|
| , public InspectorBackendDispatcher::DebuggerCommandHandler {
|
| WTF_MAKE_NONCOPYABLE(InspectorDebuggerAgent);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InspectorDebuggerAgent);
|
| public:
|
| enum BreakpointSource {
|
| UserBreakpointSource,
|
|
|