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

Unified Diff: sky/engine/core/editing/PlainTextRange.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/shadow/InsertionPoint.h ('k') | sky/engine/core/html/HTMLElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/PlainTextRange.h
diff --git a/sky/engine/core/editing/PlainTextRange.h b/sky/engine/core/editing/PlainTextRange.h
index e9ad645c769da6f4d2e2037c20cd828148225fcc..8c8c9779202ab6a099153bcda88ba955d07bacbd 100644
--- a/sky/engine/core/editing/PlainTextRange.h
+++ b/sky/engine/core/editing/PlainTextRange.h
@@ -54,7 +54,7 @@ public:
static PlainTextRange create(const ContainerNode& scope, const Range&);
private:
- PlainTextRange& operator=(const PlainTextRange&) WTF_DELETED_FUNCTION;
+ PlainTextRange& operator=(const PlainTextRange&) = delete;
enum GetRangeFor { ForGeneric, ForSelection };
PassRefPtrWillBeRawPtr<Range> createRangeFor(const ContainerNode& scope, GetRangeFor) const;
« no previous file with comments | « sky/engine/core/dom/shadow/InsertionPoint.h ('k') | sky/engine/core/html/HTMLElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698