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) |
{ |