Bug 142600 - "static" should not be a reserved keyword in non-strict mode even when ES6 class is enabled
Summary: "static" should not be a reserved keyword in non-strict mode even when ES6 cl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 142613
Blocks: 140491
  Show dependency treegraph
 
Reported: 2015-03-11 16:39 PDT by Ryosuke Niwa
Modified: 2015-03-12 02:07 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.07 KB, patch)
2015-03-11 16:42 PDT, Ryosuke Niwa
mark.lam: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-mavericks (717.81 KB, application/zip)
2015-03-11 17:29 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-03-11 16:39:44 PDT
For backwards compatibility, we should always be able to use "static" as an identifier in non-stirct mode.
Comment 1 Ryosuke Niwa 2015-03-11 16:42:45 PDT
Created attachment 248463 [details]
Patch
Comment 2 Mark Lam 2015-03-11 17:26:16 PDT
Comment on attachment 248463 [details]
Patch

r=me
Comment 3 Build Bot 2015-03-11 17:29:49 PDT
Comment on attachment 248463 [details]
Patch

Attachment 248463 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/4724257120583680

New failing tests:
compositing/backgrounds/background-image-with-negative-zindex.html
Comment 4 Build Bot 2015-03-11 17:29:51 PDT
Created attachment 248467 [details]
Archive of layout-test-results from ews101 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 5 Ryosuke Niwa 2015-03-11 17:35:55 PDT
Committed r181419: <http://trac.webkit.org/changeset/181419>