| Index: Source/bindings/v8/ExceptionStatePlaceholder.cpp
|
| diff --git a/Source/bindings/v8/ExceptionStatePlaceholder.cpp b/Source/bindings/v8/ExceptionStatePlaceholder.cpp
|
| index 85d3ee0ce37b193770a6fbe0a90d9454acd1543b..6cfb6b2452e8468c42c95db077de014155bd1ff0 100644
|
| --- a/Source/bindings/v8/ExceptionStatePlaceholder.cpp
|
| +++ b/Source/bindings/v8/ExceptionStatePlaceholder.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -#if !ASSERT_DISABLED
|
| +#if ASSERT_ENABLED
|
|
|
| NoExceptionStateAssertionChecker::NoExceptionStateAssertionChecker(const char* file, int line)
|
| : ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), 0)
|
|
|