summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/DebuggerAgentManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/DebuggerAgentManager.h')
-rw-r--r--Source/WebKit/chromium/src/DebuggerAgentManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/DebuggerAgentManager.h b/Source/WebKit/chromium/src/DebuggerAgentManager.h
index 66bd714..a323311 100644
--- a/Source/WebKit/chromium/src/DebuggerAgentManager.h
+++ b/Source/WebKit/chromium/src/DebuggerAgentManager.h
@@ -63,7 +63,8 @@ class WebViewImpl;
// would expect some actions from the handler. If there is no appropriate
// debugger agent to handle such messages the manager will perform the action
// itself, otherwise v8 may hang waiting for the action.
-class DebuggerAgentManager : public Noncopyable {
+class DebuggerAgentManager {
+ WTF_MAKE_NONCOPYABLE(DebuggerAgentManager);
public:
static void debugAttach(DebuggerAgentImpl* debuggerAgent);
static void debugDetach(DebuggerAgentImpl* debuggerAgent);