summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/bindings/v8/ExceptionStatePlaceholder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/bindings/v8/ExceptionStatePlaceholder.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/bindings/v8/ExceptionStatePlaceholder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/bindings/v8/ExceptionStatePlaceholder.cpp b/chromium/third_party/WebKit/Source/bindings/v8/ExceptionStatePlaceholder.cpp
index 9d33119c814..6cfb6b2452e 100644
--- a/chromium/third_party/WebKit/Source/bindings/v8/ExceptionStatePlaceholder.cpp
+++ b/chromium/third_party/WebKit/Source/bindings/v8/ExceptionStatePlaceholder.cpp
@@ -33,10 +33,10 @@
namespace WebCore {
-#if !ASSERT_DISABLED
+#if ASSERT_ENABLED
NoExceptionStateAssertionChecker::NoExceptionStateAssertionChecker(const char* file, int line)
- : ExceptionState(v8::Handle<v8::Object>(), 0)
+ : ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), 0)
, m_file(file)
, m_line(line) { }