summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/js/GCController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/js/GCController.h')
-rw-r--r--Source/WebCore/bindings/js/GCController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/bindings/js/GCController.h b/Source/WebCore/bindings/js/GCController.h
index 4c25407..91f1e4c 100644
--- a/Source/WebCore/bindings/js/GCController.h
+++ b/Source/WebCore/bindings/js/GCController.h
@@ -26,12 +26,12 @@
#ifndef GCController_h
#define GCController_h
-#include <wtf/Noncopyable.h>
#include "Timer.h"
namespace WebCore {
- class GCController : public Noncopyable {
+ class GCController {
+ WTF_MAKE_NONCOPYABLE(GCController); WTF_MAKE_FAST_ALLOCATED;
friend GCController& gcController();
public: