update all indirect references to native strings
[nit.git] / contrib / pep8analysis / www / index.html
index f3ec358..045087f 100644 (file)
@@ -91,7 +91,7 @@
                                _gaq.push(['_trackEvent', 'Bug', 'No Webworkers', $("#console").text()])
                                Module = Pep8Module
                                try {
-                                       run_analysis = Module.cwrap('pep8analysis_web___NativeString_run_analysis', null, ['string'])
+                                       run_analysis = Module.cwrap('pep8analysis_web___CString_run_analysis', null, ['string'])
                                        run_analysis(input)
 
                                        complete()