Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: html/HTMLCanvasElement.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « html/HTMLBodyElement.idl ('k') | html/HTMLDocument.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « html/HTMLBodyElement.idl ('k') | html/HTMLDocument.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698