summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--webkit/webkit.gyp2
2 files changed, 3 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 02ad6bc..a149ad1 100644
--- a/DEPS
+++ b/DEPS
@@ -1,7 +1,7 @@
vars = {
"webkit_trunk":
"http://svn.webkit.org/repository/webkit/trunk",
- "webkit_revision": "45352",
+ "webkit_revision": "45375",
}
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 5dd8b6a..2172414 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -1665,6 +1665,8 @@
'../third_party/WebKit/WebCore/html/CollectionType.h',
'../third_party/WebKit/WebCore/html/DataGridColumn.cpp',
'../third_party/WebKit/WebCore/html/DataGridColumn.h',
+ '../third_party/WebKit/WebCore/html/DOMDataGridDataSource.cpp',
+ '../third_party/WebKit/WebCore/html/DOMDataGridDataSource.h',
'../third_party/WebKit/WebCore/html/DataGridColumnList.cpp',
'../third_party/WebKit/WebCore/html/DataGridColumnList.h',
'../third_party/WebKit/WebCore/html/File.cpp',