diff options
Diffstat (limited to 'WebCore/html/canvas/CanvasPixelArray.idl')
-rw-r--r-- | WebCore/html/canvas/CanvasPixelArray.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/canvas/CanvasPixelArray.idl b/WebCore/html/canvas/CanvasPixelArray.idl index c815788..2295af6 100644 --- a/WebCore/html/canvas/CanvasPixelArray.idl +++ b/WebCore/html/canvas/CanvasPixelArray.idl @@ -30,7 +30,7 @@ module html { #if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT || defined(V8_BINDING) && V8_BINDING interface [ CustomHeader, - HasCustomIndexGetter, + HasNumericIndexGetter, HasCustomIndexSetter ] CanvasPixelArray { readonly attribute long length; |