diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-01 23:20:38 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-01 23:20:38 +0000 |
commit | 58cfa44c0acaa816621b49753aba8345ecb8c876 (patch) | |
tree | 61c3791d72c6205106af176fddbc4d868f40ab0c /webkit/pending | |
parent | 84658a60566f556b4053215439608e1dd07b96fb (diff) | |
download | chromium_src-58cfa44c0acaa816621b49753aba8345ecb8c876.zip chromium_src-58cfa44c0acaa816621b49753aba8345ecb8c876.tar.gz chromium_src-58cfa44c0acaa816621b49753aba8345ecb8c876.tar.bz2 |
* Get linux building with the merge branch
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/pending')
-rw-r--r-- | webkit/pending/ExceptionContext.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |