| Index: html/HTMLCanvasElement.idl
|
| diff --git a/html/HTMLCanvasElement.idl b/html/HTMLCanvasElement.idl
|
| index fdbdefcfe5f30c6a2073b79e1668d5c008f9bb18..c4ed8627a6cb26c8eb13f328dd9c3fb71bdbb37f 100644
|
| --- a/html/HTMLCanvasElement.idl
|
| +++ b/html/HTMLCanvasElement.idl
|
| @@ -24,9 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - JSGenerateToNativeObject
|
| -] interface HTMLCanvasElement : HTMLElement {
|
| +interface HTMLCanvasElement : HTMLElement {
|
|
|
| attribute long width;
|
| attribute long height;
|
|
|