diff options
Diffstat (limited to 'WebCore/html/CanvasPixelArray.idl')
-rw-r--r-- | WebCore/html/CanvasPixelArray.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/html/CanvasPixelArray.idl b/WebCore/html/CanvasPixelArray.idl index d4dcecb..9b333e4 100644 --- a/WebCore/html/CanvasPixelArray.idl +++ b/WebCore/html/CanvasPixelArray.idl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Apple Inc. All rights reserved. + * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,7 +27,7 @@ */ module html { - +#if !defined(LANGUAGE_JAVASCRIPT) || defined(V8_BINDING) interface [ CustomHeader, HasCustomIndexGetter, @@ -35,5 +35,5 @@ module html { ] CanvasPixelArray { readonly attribute long length; }; - +#endif } |