| Summary: | Fix DO_PROPERTYMAP_CONSTENCY_CHECK enabled build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | JavaScriptCore | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, fpizlo, joepeck | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2015-03-22 17:32:11 PDT
Created attachment 249209 [details]
[PATCH] Proposed Fix
Enabled this and ran all LayoutTests/js tests in a Debug build ran with no asserts.
Attachment 249209 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/runtime/Structure.cpp:1206: One space before end of line comments [whitespace/comments] [5]
Total errors found: 1 in 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 249209 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=249209&action=review > Source/JavaScriptCore/runtime/Structure.cpp:1206 > +#endif// DO_PROPERTYMAP_CONSTENCY_CHECK Style: Oops. I can update this when landing. Comment on attachment 249209 [details]
[PATCH] Proposed Fix
r=me
|