[Webkit-unassigned] [Bug 150810] [Win] Minibrowser unable to use WebInspector (CRASH)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 2 13:10:44 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=150810
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
This is emitted by InjectedScriptManager::injectedScriptFor normally when InjectedScriptSource.js has a parse error.
Here is one possible issue:
JavaScriptCore's DerivedSource.make / CMakeLists.txt attempts to minify the InjectedScriptSource and in the process injects the sourceURL comment that would have been stripped:
COMMAND echo "//# sourceURL=__WebInspectorInjectedScript__" > ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InjectedScriptSource.min.js
Perhaps that is not doing what we expect on Windows? Did Windows just move to CMake?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151102/94f75e12/attachment.html>
More information about the webkit-unassigned
mailing list