From 58cfa44c0acaa816621b49753aba8345ecb8c876 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Wed, 1 Oct 2008 23:20:38 +0000 Subject: * Get linux building with the merge branch git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2781 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/pending/ExceptionContext.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/pending') diff --git a/webkit/pending/ExceptionContext.h b/webkit/pending/ExceptionContext.h index 75712ac..7b6c1b4 100644 --- a/webkit/pending/ExceptionContext.h +++ b/webkit/pending/ExceptionContext.h @@ -38,6 +38,9 @@ namespace WebCore { class Node; +#if USE(V8) +class ExceptionCatcher; +#endif // Provides context of an exception. This class is an abstraction of JSC's // ExecState. In V8, its purpose is to carry along the exceptions captured -- cgit v1.1