| Index: Source/bindings/v8/ExceptionStatePlaceholder.h
|
| diff --git a/Source/bindings/v8/ExceptionStatePlaceholder.h b/Source/bindings/v8/ExceptionStatePlaceholder.h
|
| index 57e0a81be2e2028a4706a7c620f643b7d833df33..2b27a783558e3f2eb9820f4caac6c71377c8d720 100644
|
| --- a/Source/bindings/v8/ExceptionStatePlaceholder.h
|
| +++ b/Source/bindings/v8/ExceptionStatePlaceholder.h
|
| @@ -49,11 +49,11 @@ public:
|
| virtual void throwTypeError(const String& message = String()) OVERRIDE FINAL { }
|
| };
|
|
|
| -#define IGNORE_EXCEPTION_STATE (::WebCore::IgnorableExceptionState().returnThis())
|
| +#define IGNORE_EXCEPTION (::WebCore::IgnorableExceptionState().returnThis())
|
|
|
| #if ASSERT_DISABLED
|
|
|
| -#define ASSERT_NO_EXCEPTION_STATE (::WebCore::IgnorableExceptionState().returnThis())
|
| +#define ASSERT_NO_EXCEPTION (::WebCore::IgnorableExceptionState().returnThis())
|
|
|
| #else
|
|
|
| @@ -69,7 +69,7 @@ private:
|
| int m_line;
|
| };
|
|
|
| -#define ASSERT_NO_EXCEPTION_STATE (::WebCore::NoExceptionStateAssertionChecker(__FILE__, __LINE__).returnThis())
|
| +#define ASSERT_NO_EXCEPTION (::WebCore::NoExceptionStateAssertionChecker(__FILE__, __LINE__).returnThis())
|
|
|
| #endif
|
|
|
|
|