[Webkit-unassigned] [Bug 157513] New: Fix the !ENABLE(ES6_ARROW_SYNTAX) build after r192661
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 10 06:35:21 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157513
Bug ID: 157513
Summary: Fix the !ENABLE(ES6_ARROW_SYNTAX) build after r192661
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ossy at webkit.org
CC: caitp at igalia.com, ggaren at apple.com
Blocks: 151026
http://trac.webkit.org/changeset/192661 broke the !ENABLE(ES6_ARROW_SYNTAX) build
build log:
../../Source/JavaScriptCore/parser/Parser.cpp: In member function 'typename TreeBuilder::Expression JSC::Parser<LexerType>::parseAssignmentExpression(TreeBuilder&, JSC::Parser<LexerType>::ExpressionErrorClassifier&)':
../../Source/JavaScriptCore/parser/Parser.cpp:3090:26: error: 'savePoint' was not declared in this scope
savePoint is defined inside ENABLE(ES6_ARROWFUNCTION_SYNTAX) guard, but used without guards.
r192661 is a half year old change and nobody noticed this breakage since then.
Should we fix this error or should we remove these broken guards?
--
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/20160510/1ffa719a/attachment.html>
More information about the webkit-unassigned
mailing list