Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / resources / stack-with-sourceUrl.js
1 var c = "Some test"
2
3 function namedFunction()
4 {
5     console.log(new Error(c).stack);
6 }
7
8 namedFunction();
9
10 //@ sourceURL=foob.js