Chromium Code Reviews| Index: frog/minfrog |
| diff --git a/frog/minfrog b/frog/minfrog |
| index 49335215d9a7bdb04a858767a06b164eab2aec26..00a95eeae45741647af4f05f03653b9017cdd382 100755 |
| --- a/frog/minfrog |
| +++ b/frog/minfrog |
| @@ -71,7 +71,7 @@ function $truncdiv(x, y) { |
| } |
| // ********** Code for Object ************** |
| Object.prototype.get$dynamic = function() { |
| - return this; |
| + "use strict"; return this; |
| } |
| Object.prototype.noSuchMethod = function(name, args) { |
| $throw(new NoSuchMethodException(this, name, args)); |