[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75
japhet at chromium.org
japhet at chromium.org
Thu Oct 29 20:35:20 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 1a0ad4c7f65b2240432276b8977455aeca4ed049
Author: japhet at chromium.org <japhet at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Sep 28 22:06:52 2009 +0000
2009-09-28 Nate Chapin <japhet at chromium.org>
Rubber stamped by David Levin.
Chromium build fix, add back in #include of V8Proxy.h in V8WebKitPointConstructor.cpp.
* bindings/v8/custom/V8WebKitPointConstructor.cpp: Re-include V8Proxy.h.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48838 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 421651b..6a74528 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-28 Nate Chapin <japhet at chromium.org>
+
+ Rubber stamped by David Levin.
+
+ Chromium build fix, add back in #include of V8Proxy.h in V8WebKitPointConstructor.cpp.
+
+ * bindings/v8/custom/V8WebKitPointConstructor.cpp: Re-include V8Proxy.h.
+
2009-09-28 Geoffrey Garen <ggaren at apple.com>
Reviewed by Darin Adler.
diff --git a/WebCore/bindings/v8/custom/V8WebKitPointConstructor.cpp b/WebCore/bindings/v8/custom/V8WebKitPointConstructor.cpp
index 9ca4e16..b2a807d 100644
--- a/WebCore/bindings/v8/custom/V8WebKitPointConstructor.cpp
+++ b/WebCore/bindings/v8/custom/V8WebKitPointConstructor.cpp
@@ -34,6 +34,7 @@
#include "V8CustomBinding.h"
#include "V8DOMWrapper.h"
#include "V8Index.h"
+#include "V8Proxy.h"
#include "WebKitPoint.h"
#include <wtf/MathExtras.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list