Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / sdk / tests / conformance / resources / iterable-test.js
index 414fb67..24c3941 100644 (file)
@@ -33,7 +33,7 @@ IterableTest = (function() {
       debug("Test " + count + " of " + target);
       var success = test();
       if (count < target && success !== false) {
-        wtu.waitForComposite(null, doNextTest);
+        wtu.waitForComposite(doNextTest);
         //setTimeout(doNextTest, 100);
       } else {
         finishTest();