Index: Source/bindings/v8/ExceptionStatePlaceholder.cpp |
diff --git a/Source/bindings/v8/ExceptionStatePlaceholder.cpp b/Source/bindings/v8/ExceptionStatePlaceholder.cpp |
index 3c14826d4e1133e5efd3cf7a04e65c4a5f279a64..c1b56fd8415d365621b656239fa1ebd72e5fba7b 100644 |
--- a/Source/bindings/v8/ExceptionStatePlaceholder.cpp |
+++ b/Source/bindings/v8/ExceptionStatePlaceholder.cpp |
@@ -50,6 +50,11 @@ void NoExceptionStateAssertionChecker::throwTypeError(const String&) |
ASSERT_AT(false, m_file, m_line, ""); |
} |
+void NoExceptionStateAssertionChecker::throwSecurityError(const String&, const String&) |
+{ |
+ ASSERT_AT(false, m_file, m_line, ""); |
+} |
+ |
#endif |
} // namespace WebCore |