WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
proposed change
37083.patch (text/plain), 1.32 KB, created by
Laszlo Gombos
on 2010-04-05 06:26:52 PDT
(
hide
)
Description:
proposed change
Filename:
MIME Type:
Creator:
Laszlo Gombos
Created:
2010-04-05 06:26:52 PDT
Size:
1.32 KB
patch
obsolete
>Index: WebCore/ChangeLog >=================================================================== >--- WebCore/ChangeLog (revision 57073) >+++ WebCore/ChangeLog (working copy) >@@ -1,3 +1,22 @@ >+2010-04-05 Laszlo Gombos <laszlo.1.gombos@nokia.com> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ [Qt] [Symbian] Remove obsolete build flags for Symbian >+ https://bugs.webkit.org/show_bug.cgi?id=37083 >+ >+ Symbian port of QtWebKit port does not use icu, so it does >+ not need U_HAVE_* defines. >+ >+ Symbian now has inttypes.h as part of OpenC. >+ >+ stdio.h, limits.h and MathExtras.h are already included in >+ more appropriate locations. >+ >+ No new tests as there is no new functionality. >+ >+ * config.h: >+ > 2010-04-05 Pavel Feldman <pfeldman@chromium.org> > > Not reviewed: chromium build fix. >Index: WebCore/config.h >=================================================================== >--- WebCore/config.h (revision 57068) >+++ WebCore/config.h (working copy) >@@ -176,15 +176,6 @@ > #undef SKIP_STATIC_CONSTRUCTORS_ON_GCC > #endif > #define USE_SYSTEM_MALLOC 1 >-#define U_HAVE_INT8_T 0 >-#define U_HAVE_INT16_T 0 >-#define U_HAVE_INT32_T 0 >-#define U_HAVE_INT64_T 0 >-#define U_HAVE_INTTYPES_H 0 >- >-#include <stdio.h> >-#include <limits.h> >-#include <wtf/MathExtras.h> > #endif > > #if PLATFORM(CHROMIUM)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 37083
: 52530