Commit eb448377 authored by sigbjornf's avatar sigbjornf Committed by Commit bot

Fix non-Oilpan build following r372015.

TBR=oilpan-reviews,tkent
BUG=477839
NOTRY=true

Review URL: https://codereview.chromium.org/1640233005

Cr-Commit-Position: refs/heads/master@{#372091}
parent cc8396ab
......@@ -842,7 +842,7 @@ void FrameSelection::selectAll()
selectStartTarget = document->body();
}
}
if (!root || editingIgnoresContent(root))
if (!root || editingIgnoresContent(root.get()))
return;
if (selectStartTarget && !selectStartTarget->dispatchEvent(Event::createCancelableBubble(EventTypeNames::selectstart)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment