summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/dom/whitespace_attacher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/dom/whitespace_attacher.h')
-rw-r--r--chromium/third_party/blink/renderer/core/dom/whitespace_attacher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/dom/whitespace_attacher.h b/chromium/third_party/blink/renderer/core/dom/whitespace_attacher.h
index 2c2b427c1b8..15563dee305 100644
--- a/chromium/third_party/blink/renderer/core/dom/whitespace_attacher.h
+++ b/chromium/third_party/blink/renderer/core/dom/whitespace_attacher.h
@@ -77,10 +77,10 @@ class CORE_EXPORT WhitespaceAttacher {
// Invariants:
// DCHECK(!last_display_contents_ || !last_text_node_needs_reattach_)
// DCHECK(last_text_node_ || !last_text_node_needs_reattach_)
- Member<Element> last_display_contents_ = nullptr;
+ Element* last_display_contents_ = nullptr;
// The last text node we've visited during rebuild for this attacher.
- Member<Text> last_text_node_ = nullptr;
+ Text* last_text_node_ = nullptr;
// Set to true if we need to re-attach last_text_node_ when:
// 1. We visiting a previous in-flow sibling, or