| Index: components/web_view/frame_utils.cc
|
| diff --git a/components/web_view/frame_utils.cc b/components/web_view/frame_utils.cc
|
| index b95e4f953e42558e6a01e7401f9b83fed3bc5ef8..03ee9e23bcb713556b977023149a805887beca62 100644
|
| --- a/components/web_view/frame_utils.cc
|
| +++ b/components/web_view/frame_utils.cc
|
| @@ -20,7 +20,7 @@ bool AlwaysCreateNewFrameTree() {
|
|
|
| bool AreAppIdsEqual(uint32_t app_id1, uint32_t app_id2) {
|
| return app_id1 == app_id2 &&
|
| - app_id1 != mojo::Shell::kInvalidContentHandlerID &&
|
| + app_id1 != mojo::Shell::kInvalidApplicationID &&
|
| !AlwaysCreateNewFrameTree();
|
| }
|
|
|
|
|