diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 20:55:27 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 20:55:27 +0000 |
commit | 80fbcff9fafb469c027aeca6788c7550f325e233 (patch) | |
tree | cb6c9f7c709e7af2fcf02876e1967e1ca80055ff /webkit/build/V8Bindings | |
parent | e644175f2c482f2b074fa93a147eacffe3037f9f (diff) | |
download | chromium_src-80fbcff9fafb469c027aeca6788c7550f325e233.zip chromium_src-80fbcff9fafb469c027aeca6788c7550f325e233.tar.gz chromium_src-80fbcff9fafb469c027aeca6788c7550f325e233.tar.bz2 |
Rework the v8 binding string handling to be more efficient.
Break out ToAtomicWebCoreString in addition to ToWebCoreString.
Re-enables the v8 string morphing; there is no longer degradation
on intl1 page cycler.
Review URL: http://codereview.chromium.org/42445
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index fc01561..6f57bfc 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="V8Bindings" ProjectGUID="{625A8F11-2B4E-45B4-BD99-C6D629C606C0}" RootNamespace="V8" Keyword="Win32Proj" + TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -2925,6 +2926,10 @@ > </File> <File + RelativePath="..\..\port\bindings\v8\v8_binding.cpp" + > + </File> + <File RelativePath="..\..\port\bindings\v8\v8_binding.h" > </File> |