| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 5b75fbdbaacf83723dc68de648fe40bbc7d1e374..ffd53ca8292185934a17105ba985ab413705129f 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -582,10 +582,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;
|
|
|