From: rniwa@webkit.org Date: Wed, 1 Feb 2012 09:39:13 +0000 (+0000) Subject: Another fix after r106379. X-Git-Tag: 070512121124~14054 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2d82a9e5b4562ffbed448e2eca3f810bff3e3e5;p=profile%2Fivi%2Fwebkit-efl.git Another fix after r106379. * Parser/html5-full-render.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106448 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index d845a57..7c98589 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,9 @@ +2012-02-01 Ryosuke Niwa + + Another fix after r106379. + + * Parser/html5-full-render.html: + 2012-01-31 Hajime Morrita Import Dromaeo to WebKit repository. diff --git a/PerformanceTests/Parser/html5-full-render.html b/PerformanceTests/Parser/html5-full-render.html index 5f518aa..bce5410 100644 --- a/PerformanceTests/Parser/html5-full-render.html +++ b/PerformanceTests/Parser/html5-full-render.html @@ -17,7 +17,7 @@ for (var chunkIndex = 0; chunkIndex < chunkCount; chunkIndex++) { chunks.push(chunk); } -logInfo("Testing " + spec.length + " byte document in " + chunkCount + " " + chunkSize + " byte chunks."); +PerfTestRunner.logInfo("Testing " + spec.length + " byte document in " + chunkCount + " " + chunkSize + " byte chunks."); function loadChunkedSpecIntoIframe(iframe) { // Note: We've inlined the stylesheets in html5.html. Before we did that, it seemed to be