summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/Uint16Array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/Uint16Array.idl')
-rw-r--r--WebCore/html/canvas/Uint16Array.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebCore/html/canvas/Uint16Array.idl b/WebCore/html/canvas/Uint16Array.idl
index baba0d9..4c369a0 100644
--- a/WebCore/html/canvas/Uint16Array.idl
+++ b/WebCore/html/canvas/Uint16Array.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2009, 2010 Apple Inc. All rights reserved.
* Copyright (C) 2009 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,9 @@
module html {
interface [
Conditional=3D_CANVAS,
- CustomConstructor,
+ CanBeConstructed,
+ CustomConstructFunction,
+ V8CustomConstructor,
HasNumericIndexGetter,
HasCustomIndexSetter,
GenerateNativeConverter,