| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.idl | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl b/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl | 
| index 0f07c5a0479d6658190ed88c221cbbfdb1be12a9..0769dc84abc1ae0879437ea784a6032b3b544f3b 100644 | 
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl | 
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl | 
| @@ -32,8 +32,8 @@ interface HTMLCanvasElement : HTMLElement | 
| // interface in HTMLCanvasElementModule.idl | 
|  | 
| // FIXME: width and height should be unsigned long. | 
| -    attribute long width; | 
| -    attribute long height; | 
| +    [CEReactions] attribute long width; | 
| +    [CEReactions] attribute long height; | 
|  | 
| // Note: The arguments argument is variadic in the spec, but not here as | 
| // only one extra argument is actually used. | 
|  |