RESOLVED FIXED Bug 42122
Adding directional property enums back into CSSComputedStyleDeclaration::getPropertyCSSValue
https://bugs.webkit.org/show_bug.cgi?id=42122
Summary Adding directional property enums back into CSSComputedStyleDeclaration::getP...
Albert J. Wong
Reported 2010-07-12 17:51:33 PDT
Chromium build needs all enum values represented inside a switch statement or else it throws an error. Adding in the enum values handled by resolveDirectionAwareProperty() into the switch statement with an ASSERT_NOT_REACHED() to make the compiler happy.
Attachments
add enums back into switch. (1.86 KB, patch)
2010-07-12 17:57 PDT, Albert J. Wong
jianli: review+
Albert J. Wong
Comment 1 2010-07-12 17:57:17 PDT
Created attachment 61304 [details] add enums back into switch.
Erik Arvidsson
Comment 2 2010-07-12 18:00:43 PDT
Comment on attachment 61304 [details] add enums back into switch. Looks good with the following exception + Reviewed by NOBODY (OOPS!). Change to "Unreviewed, build fix."
Jian Li
Comment 3 2010-07-12 18:12:23 PDT
Comment on attachment 61304 [details] add enums back into switch. r=me Generally looks good. Before landing your patch, please add more details to ChangeLog to describe why you need to add back enums.
Albert J. Wong
Comment 4 2010-07-12 18:15:35 PDT
Landed as r63153 with beefed up changelog. Resolving.
Note You need to log in before you can comment on or make changes to this bug.