summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/xml/XSLTUnicodeSort.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/xml/XSLTUnicodeSort.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/xml/XSLTUnicodeSort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/xml/XSLTUnicodeSort.h b/chromium/third_party/WebKit/Source/core/xml/XSLTUnicodeSort.h
index 5602afcac29..6f7240ec3fc 100644
--- a/chromium/third_party/WebKit/Source/core/xml/XSLTUnicodeSort.h
+++ b/chromium/third_party/WebKit/Source/core/xml/XSLTUnicodeSort.h
@@ -32,7 +32,7 @@
namespace WebCore {
- void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
+void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
}