| Summary: | Build break when disabled CSS_GRID_LAYOUT | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Ryuan Choi <ryuan.choi> | ||||||
| Component: | WebCore Misc. | Assignee: | Ryuan Choi <ryuan.choi> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue, esprehn+autocc, glenn, gyuyoung.kim, macpherson, menard | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
Created attachment 225425 [details]
Patch
Attachment 225425 [details] did not pass style-queue:
ERROR: Source/WebCore/ChangeLog:8: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [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 225425 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225425&action=review > Source/WebCore/ChangeLog:8 > + No new tests (OOPS!). Please remove this line before landing. Created attachment 225431 [details]
Patch
Committed r164849: <http://trac.webkit.org/changeset/164849> Comment on attachment 225431 [details]
Patch
clearing flags.
|
distcc[8236] ERROR: compile /home/ryuan/.ccache/tmp/CSSValue.tmp.ryuan-desktop2.8226.ii on localhost failed /workspace/project/webkit/efl-webkit/Source/WebCore/css/CSSValue.cpp: In member function ‘WTF::String WebCore::CSSValue::cssText() const’: /workspace/project/webkit/efl-webkit/Source/WebCore/css/CSSValue.cpp:250:12: error: enumeration value ‘GridTemplateAreasClass’ not handled in switch [-Werror=switch] switch (classType()) { ^ /workspace/project/webkit/efl-webkit/Source/WebCore/css/CSSValue.cpp: In member function ‘void WebCore::CSSValue::destroy()’: /workspace/project/webkit/efl-webkit/Source/WebCore/css/CSSValue.cpp:333:12: error: enumeration value ‘GridTemplateAreasClass’ not handled in switch [-Werror=switch] switch (classType()) { ^