https://codereview.chromium.org/316173002/diff/140001/src/scanner.cc
File src/scanner.cc (right):

https://codereview.chromium.org/316173002/diff/140001/src/scanner.cc#newcode345
src/scanner.cc:345: while (c0_ >= 0 &&
!unicode_cache_->IsWhiteSpaceOrLineTerminator(c0_)) {
On 2014/06/10 14:41:04, yurys wrote:
This will stop at first whitepace while ContentSearchUtils.cpp would
parse till
the end of line. Not sure which one we should prefer though.

//# sourceURL=foo bar \n

As Vsevolod pointed out sourceURLs that contain whitspaces will be
ignored by current implementation. So we should probably preserve this
behavior.

https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/inspector/ContentSearchUtils.cpp&sq=package:chromium&type=cs&l=168&rcl=1400145541

https://codereview.chromium.org/316173002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to