Revert "Fix CPU(32BIT) definition"

This reverts commit c80133d17fe11102619db29cfe9dc4cdda4603ce.

Speculative revert to try to un-crashify WinXP bots:

http://build.chromium.org/p/chromium.webkit/builders/WebKit%20XP/builds/15182

TBR=hiroshige
BUG=

Review URL: https://codereview.chromium.org/718083002

git-svn-id: svn://svn.chromium.org/blink/trunk@185212 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9f008dd9
......@@ -168,6 +168,10 @@
#define WTF_CPU_APPLE_ARMV7S 1
#endif
#if !defined(WTF_CPU_64BIT)
#define WTF_CPU_32BIT 1
#endif
#endif /* ARM */
/* CPU(ARM64) - AArch64 64-bit */
......@@ -181,8 +185,4 @@
#define WTF_CPU_64BIT 1
#endif
#if !defined(WTF_CPU_64BIT)
#define WTF_CPU_32BIT 1
#endif
#endif /* WTF_CPU_h */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment