| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index e2a2b1b8f7d994aab87cef43d1404dde06cea2c5..9d931d683e5eaff4a0bab8a209224af256a1ea5a 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -591,10 +591,8 @@ public:
|
| PassRefPtr<RenderStyle> styleForRenderer();
|
|
|
| RenderRegion* renderRegion() const;
|
| -#if ENABLE(CSS_REGIONS)
|
| const AtomicString& webkitRegionOverset() const;
|
| Vector<RefPtr<Range> > webkitGetRegionFlowRanges() const;
|
| -#endif
|
|
|
| bool hasID() const;
|
| bool hasClass() const;
|
|
|