Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/resources/stack-with-sourceUrl.js

Issue 1483053003: [DevTools] Removed deprecated sourceURL comment from tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 var c = "Some test" 1 var c = "Some test"
2 2
3 function namedFunction() 3 function namedFunction()
4 { 4 {
5 console.log(new Error(c).stack); 5 console.log(new Error(c).stack);
6 } 6 }
7 7
8 namedFunction(); 8 namedFunction();
9 9
10 //@ sourceURL=foob.js 10 //# sourceURL=foob.js
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698