summaryrefslogtreecommitdiffstats
path: root/WebCore/workers/Worker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/workers/Worker.idl')
-rw-r--r--WebCore/workers/Worker.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/WebCore/workers/Worker.idl b/WebCore/workers/Worker.idl
index 54d406d..e53de93 100644
--- a/WebCore/workers/Worker.idl
+++ b/WebCore/workers/Worker.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Apple Inc. All Rights Reserved.
+ * Copyright (C) 2008, 2010 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -28,7 +28,10 @@ module threads {
interface [
Conditional=WORKERS,
- CustomConstructor,
+ CanBeConstructed,
+ CustomConstructFunction,
+ ConstructorParameters=1,
+ V8CustomConstructor,
GenerateNativeConverter,
GenerateToJS
] Worker : AbstractWorker {