diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 17:30:52 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 17:30:52 +0000 |
commit | 364708017594d2576b1d408e011429dc7ff9fec9 (patch) | |
tree | 8e8899f064fff68168e1e65f012b7006110da237 /webkit/build/V8Bindings | |
parent | 2ef0515038eef7ce419f4c238419c2d0fa446e60 (diff) | |
download | chromium_src-364708017594d2576b1d408e011429dc7ff9fec9.zip chromium_src-364708017594d2576b1d408e011429dc7ff9fec9.tar.gz chromium_src-364708017594d2576b1d408e011429dc7ff9fec9.tar.bz2 |
Implement cross-platform ExceptionContext (2/2)
First part #6400 committed as r3216.
Review URL: http://codereview.chromium.org/7081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 4e660d4..209ba50 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -2393,6 +2393,10 @@ > </File> <File + RelativePath="..\..\pending\ExceptionContext.h" + > + </File> + <File RelativePath="..\..\port\bridge\ExceptionContextV8.cpp" > </File> |