diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 17:50:22 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 17:50:22 +0000 |
commit | a100d76bbc0afe58ef7761a1eaf06cb1489cc1b1 (patch) | |
tree | 4b186f6c37ce0adc97516efce9ec31cea47e732c /build | |
parent | 8a9f6525ba1fb42d4b8754bd93c25f5d9e559849 (diff) | |
download | chromium_src-a100d76bbc0afe58ef7761a1eaf06cb1489cc1b1.zip chromium_src-a100d76bbc0afe58ef7761a1eaf06cb1489cc1b1.tar.gz chromium_src-a100d76bbc0afe58ef7761a1eaf06cb1489cc1b1.tar.bz2 |
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
consumers use executeCommand.
Patch by Marshall Greenblatt
R=darin
BUG=19270
TEST=covered by unit tests
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index fed9d96..be4f346 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -151,7 +151,7 @@ ['OS=="win"', { 'conditions': [ ['MSVS_VERSION=="2005"', { - 'msvs_multi_core_compile%': 0, + 'msvs_multi_core_compile%': 1, },{ 'msvs_multi_core_compile%': 1, }], |