Chromium Code Reviews| Index: experimental/SkV8Example/sample.js |
| diff --git a/experimental/SkV8Example/sample.js b/experimental/SkV8Example/sample.js |
| index b5160620448e2c5a7bff896ef1fb58a9be66bc16..841dd5daa7848706e03e8265c59bea61b982597d 100644 |
| --- a/experimental/SkV8Example/sample.js |
| +++ b/experimental/SkV8Example/sample.js |
| @@ -13,8 +13,7 @@ var onDraw = function(){ |
| function onTimeout() { |
| inval(); |
| - print("Got a timeout!"); |
| - setTimeout(onTimeout, 33); |
| + print(setTimeout(onTimeout, 33)); |
| } |
| setTimeout(onTimeout, 33); |