Revert "Migrate blink::SurroundingTextImpl from WebLocalFrame to LocalFrame"
This reverts commit 93120719. Reason for revert: It's possible that this patch has caused the renderer process to crash on Android, perhaps due to the last minute change to make SurroundingTextImpl a Supplement<LocalFrame> (see [1]), so let's revert it for now. [1]https://chromium-review.googlesource.com/c/chromium/src/+/1698413/8..12 Original change's description: > Migrate blink::SurroundingTextImpl from WebLocalFrame to LocalFrame > > Now that we have blink::SurroundingText inside Blink and implemented > using internal Blink types like WTF::String and LocalFrame, we can > finally migrate blink::SurroundingTextImpl away from WebLocalFrame > and remove the DEPS exception rule we previously introduced during > this process of Onion Soup'ing the SurroundingText API. > > Additionally, we move the instantiation of blink::SurroundingTextImpl > from WebLocalFrame to LocalFrame as well and, with that, we remove any > reference to public Blink classes from SurroundingText-related code. > > Bug: 980151 > Change-Id: I1a1014dbf6671b9327a068ceca4f62d873cb5fb3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698413 > Commit-Queue: Mario Sanchez Prada <mario@igalia.com> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#680346} TBR=haraken@chromium.org,mario@igalia.com Change-Id: Ic351b09b2c57a316f14473c8a1dfefd96b909386 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 980151, 987214 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715197Reviewed-by:Mario Sanchez Prada <mario@igalia.com> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#680435}
Showing
Please register or sign in to comment