Bug 78569
Summary: | [Regression] r107650 broke the windows build. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Shinya Kawanaka
>------ Build started: Project: webcore_dom, Configuration: Debug Win32 ------
1>Compiling...
1>Element.cpp
1>..\dom\Element.cpp(2004) : error C2360: initialization of 'fitState' is skipped by 'case' label
1> ..\dom\Element.cpp(2002) : see declaration of 'fitState'
1>..\dom\Element.cpp(2007) : error C2360: initialization of 'emptyState' is skipped by 'case' label
1> ..\dom\Element.cpp(2005) : see declaration of 'emptyState'
1>..\dom\Element.cpp(2007) : error C2360: initialization of 'fitState' is skipped by 'case' label
1> ..\dom\Element.cpp(2002) : see declaration of 'fitState'
1>..\dom\Element.cpp(2010) : error C2361: initialization of 'overflowState' is skipped by 'default' label
1> ..\dom\Element.cpp(2008) : see declaration of 'overflowState'
1>..\dom\Element.cpp(2010) : error C2361: initialization of 'emptyState' is skipped by 'default' label
1> ..\dom\Element.cpp(2005) : see declaration of 'emptyState'
1>..\dom\Element.cpp(2010) : error C2361: initialization of 'fitState' is skipped by 'default' label
1> ..\dom\Element.cpp(2002) : see declaration of 'fitState'
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
Committed r107663: <http://trac.webkit.org/changeset/107663>