Commit 00fdd9ff authored by Chris Hamilton's avatar Chris Hamilton Committed by Commit Bot

Add base::OptionalFromPtr to allowed blink usage.

Change-Id: I5eedd07b2e3d4b81b3fb573eb70bb543cf6965b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354591
Auto-Submit: Chris Hamilton <chrisha@chromium.org>
Commit-Queue: Chris Hamilton <chrisha@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#797764}
parent c751db7d
...@@ -46,6 +46,7 @@ _CONFIG = [ ...@@ -46,6 +46,7 @@ _CONFIG = [
'base::Location', 'base::Location',
'base::MakeRefCounted', 'base::MakeRefCounted',
'base::Optional', 'base::Optional',
'base::OptionalFromPtr',
'base::OptionalOrNullptr', 'base::OptionalOrNullptr',
'base::PlatformThread', 'base::PlatformThread',
'base::PlatformThreadId', 'base::PlatformThreadId',
......
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