summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
authorpaul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 00:30:14 +0000
committerpaul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 00:30:14 +0000
commit70b340dae988354ac3e5722224ebb02a66bd55ae (patch)
treea858023e544297fec32086c1e2d4e6d924ea1310 /webkit/port
parenta36366f796233d0678cf8d7ee47a52c4344530ed (diff)
downloadchromium_src-70b340dae988354ac3e5722224ebb02a66bd55ae.zip
chromium_src-70b340dae988354ac3e5722224ebb02a66bd55ae.tar.gz
chromium_src-70b340dae988354ac3e5722224ebb02a66bd55ae.tar.bz2
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
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/bindings/v8/v8_index.cpp1
-rw-r--r--webkit/port/bindings/v8/v8_index.h1
2 files changed, 2 insertions, 0 deletions
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<v8::FunctionTemplate> (*FunctionTemplateFactory)();
V(HTMLBRELEMENT, HTMLBRElement) \
V(HTMLBUTTONELEMENT, HTMLButtonElement) \
V(HTMLCANVASELEMENT, HTMLCanvasElement) \
+ V(HTMLDATAGRIDCELLELEMENT, HTMLDataGridCellElement) \
V(HTMLDATAGRIDCOLELEMENT, HTMLDataGridColElement) \
V(HTMLDATAGRIDELEMENT, HTMLDataGridElement) \
V(HTMLDATAGRIDROWELEMENT, HTMLDataGridRowElement) \