summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings
diff options
context:
space:
mode:
authorpaul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 23:25:34 +0000
committerpaul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 23:25:34 +0000
commit143f5f41c37362350380185fadc2f1a6021fabd2 (patch)
tree46db8d975d9998fbbda00eceffe792cc78277ac3 /webkit/port/bindings
parent00a120e07ad005f243c2833a8249e1600cfcac0e (diff)
downloadchromium_src-143f5f41c37362350380185fadc2f1a6021fabd2.zip
chromium_src-143f5f41c37362350380185fadc2f1a6021fabd2.tar.gz
chromium_src-143f5f41c37362350380185fadc2f1a6021fabd2.tar.bz2
WebKit merge r44837:r44872.
Review URL: http://codereview.chromium.org/141005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/bindings')
-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 39eb0cf..8b43fca 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 "V8HTMLDataGridColElement.h"
#include "V8HTMLDataGridElement.h"
#include "V8HTMLDirectoryElement.h"
#include "V8HTMLDivElement.h"
diff --git a/webkit/port/bindings/v8/v8_index.h b/webkit/port/bindings/v8/v8_index.h
index 52c4e89..16e07d2 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(HTMLDATAGRIDCOLELEMENT, HTMLDataGridColElement) \
V(HTMLDATAGRIDELEMENT, HTMLDataGridElement) \
V(HTMLDIRECTORYELEMENT, HTMLDirectoryElement) \
V(HTMLDIVELEMENT, HTMLDivElement) \