From a100d76bbc0afe58ef7761a1eaf06cb1489cc1b1 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 14 Aug 2009 17:50:22 +0000 Subject: 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 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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, }], -- cgit v1.1