Index: third_party/WebKit/WebCore/platform/text/AtomicString.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/text/AtomicString.cpp (revision 11154) |
+++ third_party/WebKit/WebCore/platform/text/AtomicString.cpp (working copy) |
@@ -101,7 +101,7 @@ |
if (string->length() != length) |
return false; |
-#if PLATFORM(ARM) |
+#if PLATFORM(ARM) || PLATFORM(SH4) |
const UChar* stringCharacters = string->characters(); |
for (unsigned i = 0; i != length; ++i) { |
if (*stringCharacters++ != *characters++) |