summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/BoundObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/BoundObject.h')
-rw-r--r--Source/WebKit/chromium/src/BoundObject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/BoundObject.h b/Source/WebKit/chromium/src/BoundObject.h
index 769e83f..394ff7c 100644
--- a/Source/WebKit/chromium/src/BoundObject.h
+++ b/Source/WebKit/chromium/src/BoundObject.h
@@ -39,7 +39,8 @@ namespace WebKit {
// BoundObject is a helper class that lets you map JavaScript method calls
// directly to C++ method calls. It should be destroyed once JS object is
// built.
-class BoundObject : public Noncopyable {
+class BoundObject {
+ WTF_MAKE_NONCOPYABLE(BoundObject);
public:
BoundObject(v8::Handle<v8::Context> context, void* v8This, const char* objectName);
virtual ~BoundObject();