Index: Source/bindings/v8/ExceptionStatePlaceholder.h |
diff --git a/Source/bindings/v8/ExceptionStatePlaceholder.h b/Source/bindings/v8/ExceptionStatePlaceholder.h |
index b69a6c507e1e2a7fd414dfa08967afedc170647d..2b27a783558e3f2eb9820f4caac6c71377c8d720 100644 |
--- a/Source/bindings/v8/ExceptionStatePlaceholder.h |
+++ b/Source/bindings/v8/ExceptionStatePlaceholder.h |
@@ -47,7 +47,6 @@ public: |
ExceptionState& returnThis() { return *this; } |
virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL { }; |
virtual void throwTypeError(const String& message = String()) OVERRIDE FINAL { } |
- virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE FINAL { } |
}; |
#define IGNORE_EXCEPTION (::WebCore::IgnorableExceptionState().returnThis()) |
@@ -64,7 +63,6 @@ public: |
ExceptionState& returnThis() { return *this; } |
virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL; |
virtual void throwTypeError(const String& message = String()) OVERRIDE FINAL; |
- virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE FINAL; |
private: |
const char* m_file; |