diff options
| author | Kristian Monsen <kristianm@google.com> | 2010-10-27 10:05:22 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-27 10:05:22 -0700 |
| commit | 5b5ca843571d2fa0850d9807799c8496539eb173 (patch) | |
| tree | 4e76db8aed56b760724c57e3663ee1263bc19f33 /WebCore/dom/Document.cpp | |
| parent | af03a3d6830584ef606be2d1c64845815dadb146 (diff) | |
| parent | d292e9eb30bd7490a689b36adf6d89850473c158 (diff) | |
| download | external_webkit-5b5ca843571d2fa0850d9807799c8496539eb173.zip external_webkit-5b5ca843571d2fa0850d9807799c8496539eb173.tar.gz external_webkit-5b5ca843571d2fa0850d9807799c8496539eb173.tar.bz2 | |
Merge "Fix for simulator build"
Diffstat (limited to 'WebCore/dom/Document.cpp')
| -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 |
