From 70b340dae988354ac3e5722224ebb02a66bd55ae Mon Sep 17 00:00:00 2001 From: "paul@chromium.org" Date: Tue, 23 Jun 2009 00:30:14 +0000 Subject: WebKit merge 44943:44946. BUG=none TEST=none Review URL: http://codereview.chromium.org/145015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18995 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- webkit/port/bindings/v8/v8_index.cpp | 1 + webkit/port/bindings/v8/v8_index.h | 1 + webkit/webkit.gyp | 3 +++ 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b0753b0f..2e6e735 100644 --- a/DEPS +++ b/DEPS @@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "44944", + "webkit_revision": "44946", } diff --git a/webkit/port/bindings/v8/v8_index.cpp b/webkit/port/bindings/v8/v8_index.cpp index 14c44d7..ed2497a 100644 --- a/webkit/port/bindings/v8/v8_index.cpp +++ b/webkit/port/bindings/v8/v8_index.cpp @@ -89,6 +89,7 @@ #include "V8HTMLButtonElement.h" #include "V8HTMLCanvasElement.h" #include "V8HTMLModElement.h" +#include "V8HTMLDataGridCellElement.h" #include "V8HTMLDataGridColElement.h" #include "V8HTMLDataGridElement.h" #include "V8HTMLDataGridRowElement.h" diff --git a/webkit/port/bindings/v8/v8_index.h b/webkit/port/bindings/v8/v8_index.h index 42b83ae..0b5f0e2b 100644 --- a/webkit/port/bindings/v8/v8_index.h +++ b/webkit/port/bindings/v8/v8_index.h @@ -66,6 +66,7 @@ typedef v8::Persistent (*FunctionTemplateFactory)(); V(HTMLBRELEMENT, HTMLBRElement) \ V(HTMLBUTTONELEMENT, HTMLButtonElement) \ V(HTMLCANVASELEMENT, HTMLCanvasElement) \ + V(HTMLDATAGRIDCELLELEMENT, HTMLDataGridCellElement) \ V(HTMLDATAGRIDCOLELEMENT, HTMLDataGridColElement) \ V(HTMLDATAGRIDELEMENT, HTMLDataGridElement) \ V(HTMLDATAGRIDROWELEMENT, HTMLDataGridRowElement) \ diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 78032fe..de19940 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -749,6 +749,7 @@ '../third_party/WebKit/WebCore/html/HTMLCanvasElement.idl', '../third_party/WebKit/WebCore/html/HTMLCollection.idl', '../third_party/WebKit/WebCore/html/HTMLDListElement.idl', + '../third_party/WebKit/WebCore/html/HTMLDataGridCellElement.idl', '../third_party/WebKit/WebCore/html/HTMLDataGridColElement.idl', '../third_party/WebKit/WebCore/html/HTMLDataGridElement.idl', '../third_party/WebKit/WebCore/html/HTMLDataGridRowElement.idl', @@ -1689,6 +1690,8 @@ '../third_party/WebKit/WebCore/html/HTMLCollection.h', '../third_party/WebKit/WebCore/html/HTMLDListElement.cpp', '../third_party/WebKit/WebCore/html/HTMLDListElement.h', + '../third_party/WebKit/WebCore/html/HTMLDataGridCellElement.cpp', + '../third_party/WebKit/WebCore/html/HTMLDataGridCellElement.h', '../third_party/WebKit/WebCore/html/HTMLDataGridColElement.cpp', '../third_party/WebKit/WebCore/html/HTMLDataGridColElement.h', '../third_party/WebKit/WebCore/html/HTMLDataGridElement.cpp', -- cgit v1.1