diff options
author | Ben Murdoch <benm@google.com> | 2009-10-08 16:51:44 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2009-10-08 16:51:44 +0100 |
commit | c58bba378aa071d21ea37958f715cdd23f956924 (patch) | |
tree | 95d2e1aa4b887ded3d5d94c46b7045cbf661d1a9 | |
parent | 1d57ff1d97b50eacef179662ea798ac776552f34 (diff) | |
download | external_webkit-c58bba378aa071d21ea37958f715cdd23f956924.zip external_webkit-c58bba378aa071d21ea37958f715cdd23f956924.tar.gz external_webkit-c58bba378aa071d21ea37958f715cdd23f956924.tar.bz2 |
Set the navigator.vendor property to be "Google Inc." rather than defaulting to "Apple Computer, Inc."
-rw-r--r-- | WebCore/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h index f89dc77..d950ef6 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -86,6 +86,7 @@ // ANDROID def should be after all PLATFORM to avoid override. // USE_SYSTEM_MALLOC needs to be defined before include FastMalloc.h #if PLATFORM(ANDROID) +#define WEBCORE_NAVIGATOR_VENDOR "Google Inc." #define USE_SYSTEM_MALLOC 1 #define ANDROID_MOBILE // change can be merged back to WebKit.org for MOBILE #ifdef ANDROID_PLUGINS |