| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index d0eab6a9ffbd8de031ce3d8acde6bedba0c548f3..9a69997b754ad37d85108eb01e410c0c8355cef3 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2528,8 +2528,6 @@ RenderRegion* Element::renderRegion() const
|
| return 0;
|
| }
|
|
|
| -#if ENABLE(CSS_REGIONS)
|
| -
|
| const AtomicString& Element::webkitRegionOverset() const
|
| {
|
| document()->updateLayoutIgnorePendingStylesheets();
|
| @@ -2573,8 +2571,6 @@ Vector<RefPtr<Range> > Element::webkitGetRegionFlowRanges() const
|
| return rangeObjects;
|
| }
|
|
|
| -#endif
|
| -
|
| #ifndef NDEBUG
|
| bool Element::fastAttributeLookupAllowed(const QualifiedName& name) const
|
| {
|
|
|