[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
darin at chromium.org
darin at chromium.org
Wed Jan 20 22:21:23 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit f3e1e66416dcb59e8e16c43be7b5c21b15e5c3e7
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 12 21:59:03 2010 +0000
2010-01-12 Darin Fisher <darin at chromium.org>
Fixing chromium build bustage.
* bindings/v8/custom/V8PopStateEventCustom.cpp: Add V8Proxy.h include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53162 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ba3bc5f..ee50ead 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
2010-01-12 Darin Fisher <darin at chromium.org>
+ Fixing chromium build bustage.
+
+ * bindings/v8/custom/V8PopStateEventCustom.cpp: Add V8Proxy.h include.
+
+2010-01-12 Darin Fisher <darin at chromium.org>
+
Reviewed by Dimitri Glazkov.
Add V8 bindings for PopStateEvent.
diff --git a/WebCore/bindings/v8/custom/V8PopStateEventCustom.cpp b/WebCore/bindings/v8/custom/V8PopStateEventCustom.cpp
index 14fa5a0..d683025 100644
--- a/WebCore/bindings/v8/custom/V8PopStateEventCustom.cpp
+++ b/WebCore/bindings/v8/custom/V8PopStateEventCustom.cpp
@@ -33,6 +33,7 @@
#include "PopStateEvent.h"
#include "SerializedScriptValue.h"
+#include "V8Proxy.h"
namespace WebCore {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list