Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/libxml/src/SAX.c

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/src/README.tests ('k') | third_party/libxml/src/SAX2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/src/SAX.c
diff --git a/third_party/libxml/src/SAX.c b/third_party/libxml/src/SAX.c
index 8e5d460cb961807db4d3bc269e984cf573f477f6..292af57e97b8f82d1cd3a38b3ceabcdbe1607b93 100644
--- a/third_party/libxml/src/SAX.c
+++ b/third_party/libxml/src/SAX.c
@@ -41,7 +41,7 @@
void
initxmlDefaultSAXHandler(xmlSAXHandlerV1 *hdlr, int warning)
{
-
+
if(hdlr->initialized == 1)
return;
« no previous file with comments | « third_party/libxml/src/README.tests ('k') | third_party/libxml/src/SAX2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698