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

Unified Diff: Source/core/editing/VisibleSelection.h

Issue 1150603002: Oilpan: fix build after r195600. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | Source/core/editing/VisibleSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/VisibleSelection.h
diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h
index 4e445c93169327b6e73e0af30123cc0fa39b0363..ba6938d8f1e23483d44b3b9860007737aba27e52 100644
--- a/Source/core/editing/VisibleSelection.h
+++ b/Source/core/editing/VisibleSelection.h
@@ -41,6 +41,7 @@ enum SelectionDirection { DirectionForward, DirectionBackward, DirectionRight, D
class CORE_EXPORT VisibleSelection {
DISALLOW_ALLOCATION();
+ DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(VisibleSelection);
public:
VisibleSelection();
@@ -55,8 +56,6 @@ public:
VisibleSelection(const VisibleSelection&);
VisibleSelection& operator=(const VisibleSelection&);
- ~VisibleSelection();
-
static VisibleSelection selectionFromContentsOfNode(Node*);
SelectionType selectionType() const { return m_selectionType; }
« no previous file with comments | « no previous file | Source/core/editing/VisibleSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698