From d20f5c0f2421b401673817d4f22e994d0b4ea99a Mon Sep 17 00:00:00 2001
From: "evan@chromium.org"
 <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Mon, 11 May 2009 23:21:46 +0000
Subject: Remove executable bit from a bunch of files that shouldn't have it.

(No code change.)

git ls-tree -r HEAD | grep '^100755' | cut -f2 |
   egrep '\.(png|txt|mm|cc|h|checksum|asm|js|html|c|css|xml|grd|json)$' |
   xargs chmod a-x

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15809 0039d316-1c4b-4281-b951-d872f2087c98
---
 webkit/glue/stacking_order_iterator.cc | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 webkit/glue/stacking_order_iterator.cc

(limited to 'webkit/glue/stacking_order_iterator.cc')

diff --git a/webkit/glue/stacking_order_iterator.cc b/webkit/glue/stacking_order_iterator.cc
old mode 100755
new mode 100644
-- 
cgit v1.1