summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/workers/WorkerContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/workers/WorkerContext.idl')
-rw-r--r--Source/WebCore/workers/WorkerContext.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/workers/WorkerContext.idl b/Source/WebCore/workers/WorkerContext.idl
index e31f5ad..5a6c407 100644
--- a/Source/WebCore/workers/WorkerContext.idl
+++ b/Source/WebCore/workers/WorkerContext.idl
@@ -126,6 +126,7 @@ module threads {
attribute Int32ArrayConstructor Int32Array; // Usable with new operator
attribute Uint32ArrayConstructor Uint32Array; // Usable with new operator
attribute Float32ArrayConstructor Float32Array; // Usable with new operator
+ attribute Float64ArrayConstructor Float64Array; // Usable with new operator
};
}