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

Unified Diff: sky/engine/core/dom/shadow/InsertionPoint.h

Issue 673403002: Remove compiler feature detection for = delete (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Don't remove #define for FINAL Created 6 years, 2 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
« no previous file with comments | « sky/engine/core/dom/Text.h ('k') | sky/engine/core/editing/PlainTextRange.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/shadow/InsertionPoint.h
diff --git a/sky/engine/core/dom/shadow/InsertionPoint.h b/sky/engine/core/dom/shadow/InsertionPoint.h
index 8fc2f2da3136cbc148c9b012985f1fee633445b8..612cf8668a177855cdf4bca4dcfb319d6990ad4a 100644
--- a/sky/engine/core/dom/shadow/InsertionPoint.h
+++ b/sky/engine/core/dom/shadow/InsertionPoint.h
@@ -78,7 +78,7 @@ protected:
virtual void willRecalcStyle(StyleRecalcChange) override;
private:
- bool isInsertionPoint() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
+ bool isInsertionPoint() const = delete; // This will catch anyone doing an unnecessary check.
ContentDistribution m_distribution;
bool m_registeredWithShadowRoot;
« no previous file with comments | « sky/engine/core/dom/Text.h ('k') | sky/engine/core/editing/PlainTextRange.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698