diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/webkit.gyp | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "45378", + "webkit_revision": "45379", } diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 2172414..819ef90 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4024,6 +4024,7 @@ ], 'sources': [ '../third_party/WebKit/WebCore/platform/graphics/chromium/VDMXParser.cpp', + '../third_party/WebKit/WebCore/platform/graphics/chromium/HarfbuzzSkia.cpp', ], 'sources!': [ # Not yet ported to Linux. |