Downstream bug: http://code.google.com/p/chromium/issues/detail?id=114653 <html> <head> <script> 'use strict'; function complicated() { console.log("What are these arguments", arguments); } complicated("a string", window); </script> </head> </html> 2. Open devtools 3. Set the Pause on all exceptions button 4. reload
Created attachment 133801 [details] Patch
Comment on attachment 133801 [details] Patch Can we test this?
Committed r112102: <http://trac.webkit.org/changeset/112102>