diff options
author | Kristian Monsen <kristianm@google.com> | 2010-10-27 17:47:28 +0100 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2010-10-27 17:54:25 +0100 |
commit | d292e9eb30bd7490a689b36adf6d89850473c158 (patch) | |
tree | 300e20b1dbcff71b139875d6885807de6927b965 /WebCore/dom | |
parent | 43d943757c6b39710fa65034351bc2e84946e8ce (diff) | |
download | external_webkit-d292e9eb30bd7490a689b36adf6d89850473c158.zip external_webkit-d292e9eb30bd7490a689b36adf6d89850473c158.tar.gz external_webkit-d292e9eb30bd7490a689b36adf6d89850473c158.tar.bz2 |
Fix for simulator build
Added include in non-upstreamed section
Change-Id: I16556b1e46b43c509de04078487f13af2a9a3b72
Diffstat (limited to 'WebCore/dom')
-rw-r--r-- | WebCore/dom/Document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/Document.cpp b/WebCore/dom/Document.cpp index dc85267..9dfe6a3 100644 --- a/WebCore/dom/Document.cpp +++ b/WebCore/dom/Document.cpp @@ -173,6 +173,7 @@ #endif #ifdef ANDROID_META_SUPPORT +#include "PlatformBridge.h" #include "Settings.h" #endif |