| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 0dfd74bcfd98ceb1181331e814b83d7d63edb0d0..e2a2b1b8f7d994aab87cef43d1404dde06cea2c5 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -558,9 +558,7 @@ public:
|
| // to event listeners, and prevents DOMActivate events from being sent at all.
|
| virtual bool isDisabledFormControl() const;
|
|
|
| -#if ENABLE(DIALOG_ELEMENT)
|
| bool isInert() const;
|
| -#endif
|
|
|
| #if ENABLE(SVG)
|
| virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
|
| @@ -583,10 +581,8 @@ public:
|
| // W3C API
|
| void webkitRequestFullscreen();
|
|
|
| -#if ENABLE(DIALOG_ELEMENT)
|
| bool isInTopLayer() const;
|
| void setIsInTopLayer(bool);
|
| -#endif
|
|
|
| void webkitRequestPointerLock();
|
|
|
|
|