OSDN Git Service

Set the navigator.vendor property to be "Google Inc." rather than defaulting to ...
authorBen Murdoch <benm@google.com>
Thu, 8 Oct 2009 15:51:44 +0000 (16:51 +0100)
committerBen Murdoch <benm@google.com>
Thu, 8 Oct 2009 15:51:44 +0000 (16:51 +0100)
WebCore/config.h

index f89dc77..d950ef6 100644 (file)
@@ -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