Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / XSLTUnicodeSort.h
index 5602afc..55c17d1 100644 (file)
@@ -30,9 +30,9 @@
 
 #include <libxslt/xsltInternals.h>
 
-namespace WebCore {
+namespace blink {
 
-    void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
+void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
 
 }