summaryrefslogtreecommitdiffstats
path: root/WebKit
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-11-05 07:45:26 +0000
committerSteve Block <steveblock@google.com>2009-11-05 07:53:40 +0000
commit7b1ba95f7d592009a5674bbc38e3af9ee83a796a (patch)
tree3e29ca1f17d986be21dff9d581827ea867803bda /WebKit
parent92c524cfcfd95ac54d54b3c317f5a80bd8f53f3d (diff)
downloadexternal_webkit-7b1ba95f7d592009a5674bbc38e3af9ee83a796a.zip
external_webkit-7b1ba95f7d592009a5674bbc38e3af9ee83a796a.tar.gz
external_webkit-7b1ba95f7d592009a5674bbc38e3af9ee83a796a.tar.bz2
Fixes V8 build due to missing include.
Change-Id: I2a2b04cb7e9e8b109d065478540db351064f2c09
Diffstat (limited to 'WebKit')
-rw-r--r--WebKit/android/jni/WebViewCore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.cpp b/WebKit/android/jni/WebViewCore.cpp
index 53f9fd0..8f5427a 100644
--- a/WebKit/android/jni/WebViewCore.cpp
+++ b/WebKit/android/jni/WebViewCore.cpp
@@ -35,6 +35,7 @@
#include "Color.h"
#include "DatabaseTracker.h"
#include "Document.h"
+#include "DOMWindow.h"
#include "Element.h"
#include "Editor.h"
#include "EditorClientAndroid.h"