[Regression] r107650 broke the windows build.
authorshinyak@chromium.org <shinyak@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 14 Feb 2012 04:19:34 +0000 (04:19 +0000)
committershinyak@chromium.org <shinyak@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 14 Feb 2012 04:19:34 +0000 (04:19 +0000)
commitc02c02ec50412ea2e60045e1d8e2b39fc71bdaf0
tree824a021eaf97b01ff266b6857f704697fba11c68
parenta81dbdc624835c177727984e603ff804aa301c65
[Regression] r107650 broke the windows build.
https://bugs.webkit.org/show_bug.cgi?id=78569

Build fix, Unreviewed.

The variable defined in switch statement should not escape from the switch statement.

* dom/Element.cpp:
(WebCore::Element::webkitRegionOverflow):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107663 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/dom/Element.cpp