Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: Source/core/dom/Element.h

Issue 14467003: Remove ENABLE_DIALOG_ELEMENT (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698