[Webkit-unassigned] [Bug 77424] [REGRESSION] Web Inspector: Can't open Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 19:43:25 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77424





--- Comment #4 from Timothy Hatcher <timothy at apple.com>  2012-01-31 19:43:24 PST ---
This only happens in Release builds because the concatenated JavaScript file is failing with a syntax error.

file:///Users/Timothy/Work/Safari-TOT.git/OpenSource/WebKitBuild/Release/WebCore.framework/Resources/inspector/inspector.js:61427: JS ERROR: SyntaxError: Unexpected token ','

The parse error might happen in Debug builds to, but with less severe results because only a single file would fail and it might not be a critical one and the Inspector would continue to load.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list