summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/win32/configure.js
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 19:33:57 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 19:33:57 +0000
commita850e9592bb1a8c43275116ff565c91b4b1cb66b (patch)
treee2f9e64fbcfdb87a7693dcb9250e66082290cc5f /third_party/libxml/win32/configure.js
parentefa0151b9f7a4389a86334ef75fa0ce138c9778e (diff)
downloadchromium_src-a850e9592bb1a8c43275116ff565c91b4b1cb66b.zip
chromium_src-a850e9592bb1a8c43275116ff565c91b4b1cb66b.tar.gz
chromium_src-a850e9592bb1a8c43275116ff565c91b4b1cb66b.tar.bz2
Update libxml to 2.7.7.
In doing so, I recreated all the patches and organized them under a patches/ subdirectory. BUG=32197 Review URL: http://codereview.chromium.org/2951008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/win32/configure.js')
-rw-r--r--third_party/libxml/win32/configure.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxml/win32/configure.js b/third_party/libxml/win32/configure.js
index 342fd9d..75def3f 100644
--- a/third_party/libxml/win32/configure.js
+++ b/third_party/libxml/win32/configure.js
@@ -622,7 +622,7 @@ var new_makefile = ".\\Makefile";
var f = fso.FileExists(new_makefile);
if (f) {
var t = fso.GetFile(new_makefile);
- t.Attributes =0;
+ t.Attributes = 0;
}
fso.CopyFile(makefile, new_makefile, true);
WScript.Echo("Created Makefile.");