Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/IdentifiersFactory.h |
| diff --git a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h |
| index 2ed649da30f51f3b79de92a3efb03b87167eaf6c..0d4592f78c92d844602b888075e1d89b48e0a6f8 100644 |
| --- a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h |
| +++ b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h |
| @@ -45,6 +45,8 @@ class CORE_EXPORT IdentifiersFactory { |
| static String RequestId(unsigned long identifier); |
| static String FrameId(LocalFrame*); |
| + static String FrameIdSafe(LocalFrame*); |
|
pfeldman
2017/07/25 00:14:43
You no longer need this.
|
| + |
| static LocalFrame* FrameById(InspectedFrames*, const String&); |
| static String LoaderId(DocumentLoader*); |