| Index: Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp b/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| index 750e53538b7b7f0d48da1a96e1a16f4a56697e47..e682a0f12335edfa5178381ad00d27e985ed135a 100644
|
| --- a/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| @@ -59,7 +59,7 @@ namespace WebCore {
|
| // The prefix within the property name must be followed by a capital letter.
|
| static bool hasCSSPropertyNamePrefix(const String& propertyName, const char* prefix)
|
| {
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| ASSERT(*prefix);
|
| for (const char* p = prefix; *p; ++p)
|
| ASSERT(isASCIILower(*p));
|
|
|