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

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

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 | « Source/core/editing/VisibleSelection.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/VisibleSelection.cpp
diff --git a/Source/core/editing/VisibleSelection.cpp b/Source/core/editing/VisibleSelection.cpp
index 7f009d908d3027d298a7d41ff901f7c438caffb8..f5b17d66247d40c25922ae0b93964a881d436c27 100644
--- a/Source/core/editing/VisibleSelection.cpp
+++ b/Source/core/editing/VisibleSelection.cpp
@@ -133,12 +133,12 @@ VisibleSelection& VisibleSelection::operator=(const VisibleSelection& other)
return *this;
}
+#if !ENABLE(OILPAN)
VisibleSelection::~VisibleSelection()
{
-#if !ENABLE(OILPAN)
didChange();
-#endif
}
+#endif
VisibleSelection VisibleSelection::selectionFromContentsOfNode(Node* node)
{
« no previous file with comments | « Source/core/editing/VisibleSelection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698