Bug 51462
| Summary: | [Chromium] r74431 broke the Chromium Linux shared library build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrei Popescu <andreip> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Andrei Popescu
http://trac.webkit.org/changeset/74431 broke the Chromium shared library build.
A fix was attempted in http://trac.webkit.org/changeset/74462 but it missed a condition in JavaScriptCore.gyp file.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andrei Popescu
New fix attempted in
http://trac.webkit.org/changeset/74474
Andrei Popescu
Looks like my last commit fixed this.